Skip to content

Commit 5b2ffde

Browse files
committed
php cs fixer update
1 parent 7661547 commit 5b2ffde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

src/Service/Transformation/Nullable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)