Skip to content

Commit

Permalink
Update friendsofphp/php-cs-fixer requirement from 3.21.0 to 3.38.0 (#94)
Browse files Browse the repository at this point in the history
* Update friendsofphp/php-cs-fixer requirement from 3.21.0 to 3.38.0

Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.21.0...v3.38.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update ListOfValidation.php

* fix cs#

* fix

* ignore psalm architecture test

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilario Pierbattista <987038+ilario-pierbattista@users.noreply.github.com>
Co-authored-by: Ilario Pierbattista <ilario.pierbattista@facile.it>
  • Loading branch information
3 people authored Nov 10, 2023
1 parent 703396c commit e9d2bd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"phpat/phpat": "^0.10",
"facile-it/facile-coding-standard": "0.5.3",
"vimeo/psalm": "4.30.0",
"friendsofphp/php-cs-fixer": "3.21.0",
"friendsofphp/php-cs-fixer": "3.38.0",
"phpstan/phpstan": "^1.8",
"rector/rector": "^0.16.0 || ^0.17.0 || ^0.18.0"
},
Expand Down
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<directory name="src"/>
<directory name="tests"/>
<ignoreFiles>
<directory name="tests/architecture/"/>
<directory name="vendor"/>
</ignoreFiles>
</projectFiles>
Expand Down
1 change: 1 addition & 0 deletions src/Validation/ListOfValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ function ($x) use ($k, &$results): void {
if (! empty($errors)) {
/** @var list<list<VError>> $errors */
$failures = Validation::failures(\array_merge(...$errors));

/** @var VP $failures */
return $failures;
}
Expand Down

0 comments on commit e9d2bd5

Please sign in to comment.