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