Skip to content

Commit 2ed3059

Browse files
committed
Update phpdocs and add theme docs
1 parent d9eb401 commit 2ed3059

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

Diff for: _config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-cayman

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"Prettus\\Validator\\": "src/Prettus/Validator/"
1919
}
2020
},
21-
"minimum-stability": "dev"
21+
"minimum-stability": "stable"
2222
}

Diff for: src/Prettus/Validator/AbstractValidator.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/**
88
* Class AbstractValidator
99
* @package Prettus\Validator
10+
* @author Anderson Andrade <[email protected]>
1011
*/
1112
abstract class AbstractValidator implements ValidatorInterface
1213
{

Diff for: src/Prettus/Validator/Contracts/ValidatorInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Interface ValidatorInterface
88
* @package Prettus\Validator\Contracts
9+
* @author Anderson Andrade <[email protected]>
910
*/
1011
interface ValidatorInterface
1112
{

Diff for: src/Prettus/Validator/Exceptions/ValidatorException.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/**
88
* Class ValidatorException
99
* @package Prettus\Validator\Exceptions
10+
* @author Anderson Andrade <[email protected]>
1011
*/
1112
class ValidatorException extends \Exception implements Jsonable, Arrayable
1213
{

Diff for: src/Prettus/Validator/LaravelValidator.php

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/**
66
* Class LaravelValidator
77
* @package Prettus\Validator
8+
* @author Anderson Andrade <[email protected]>
89
*/
910
class LaravelValidator extends AbstractValidator
1011
{

0 commit comments

Comments
 (0)