File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Service/Transformation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
33 <phar name =" phpunit" version =" ^10.2.6" installed =" 10.2.6" location =" ./tools/phpunit" copy =" false" />
4- <phar name =" php-cs-fixer" version =" ^3.22.0" installed =" 3.46.0 " location =" ./tools/php-cs-fixer" copy =" false" />
4+ <phar name =" php-cs-fixer" version =" ^3.22.0" installed =" 3.69.1 " location =" ./tools/php-cs-fixer" copy =" false" />
55</phive >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ final class Nullable
1414 */
1515 public static function toApi (mixed $ transformed , Transformer $ transformer ): \stdClass |\JsonSerializable |null
1616 {
17- if ($ transformed === null ) {
17+ if ($ transformed === null ) {
1818 return null ;
1919 }
2020
You can’t perform that action at this time.
0 commit comments