Passed
Push — master ( c90fcd...a1da5a )
by Petr
09:07
created
php-src/Records/ARecord.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -31,9 +31,9 @@
 block discarded – undo
31 31
 
32 32
     /** @var int[] */
33 33
     protected static array $types = [IEntryType::TYPE_BOOLEAN,
34
-                               IEntryType::TYPE_INTEGER, IEntryType::TYPE_FLOAT,
35
-                               IEntryType::TYPE_STRING,
36
-                               IEntryType::TYPE_SET, IEntryType::TYPE_ARRAY, IEntryType::TYPE_OBJECT];
34
+                                IEntryType::TYPE_INTEGER, IEntryType::TYPE_FLOAT,
35
+                                IEntryType::TYPE_STRING,
36
+                                IEntryType::TYPE_SET, IEntryType::TYPE_ARRAY, IEntryType::TYPE_OBJECT];
37 37
 
38 38
     /**
39 39
      * Mapper constructor.
Please login to merge, or discard this patch.