Skip to content

Commit 4f04cc9

Browse files
cs fixer
1 parent 98d0c37 commit 4f04cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/MartinGeorgiev/Doctrine/DBAL/Types/JsonbTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function can_transform_to_php_value(null|array|bool|float|int|string $php
4949

5050
/**
5151
* @return list<array{
52-
* phpValue: null|array|bool|float|int|string,
52+
* phpValue: array|bool|float|int|string|null,
5353
* postgresValue: string|null
5454
* }>
5555
*/

0 commit comments

Comments
 (0)