Passed
Push — main ( 76dcd0...9f35d8 )
by Anatoly
10:37 queued 04:41
created
tests/HydratorTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -854,7 +854,7 @@  discard block
 block discarded – undo
854 854
     {
855 855
         $object = new class {
856 856
             /** @Subtype(BuiltinType::BOOL, allowsNull=true) */
857
-            #[Subtype(BuiltinType::BOOL, allowsNull: true)]
857
+            #[Subtype(BuiltinType::BOOL, allowsNull : true)]
858 858
             public array $value;
859 859
         };
860 860
 
@@ -1239,7 +1239,7 @@  discard block
 block discarded – undo
1239 1239
     {
1240 1240
         $object = new class {
1241 1241
             /** @Subtype(BuiltinType::BOOL, allowsNull=true) */
1242
-            #[Subtype(BuiltinType::BOOL, allowsNull: true)]
1242
+            #[Subtype(BuiltinType::BOOL, allowsNull : true)]
1243 1243
             public Stub\Collection $value;
1244 1244
         };
1245 1245
 
Please login to merge, or discard this patch.