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:
Henrique Moody 2020-07-21 22:54:41 +02:00
commit 3145426472
No known key found for this signature in database
GPG key ID: 221E9281655813A6
280 changed files with 859 additions and 722 deletions

View file

@ -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;
/**