mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
Update version of "respect/coding-standard"
With that update, we will be fully following PSR-12. Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
parent
34cbed2c9b
commit
3145426472
280 changed files with 859 additions and 722 deletions
|
|
@ -16,6 +16,7 @@ namespace Respect\Validation\Exceptions;
|
|||
use IteratorAggregate;
|
||||
use RecursiveIteratorIterator;
|
||||
use SplObjectStorage;
|
||||
|
||||
use function array_shift;
|
||||
use function count;
|
||||
use function current;
|
||||
|
|
@ -24,6 +25,7 @@ use function is_array;
|
|||
use function spl_object_hash;
|
||||
use function sprintf;
|
||||
use function str_repeat;
|
||||
|
||||
use const PHP_EOL;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue