Passed
Push — master ( 6139d1...678a4c )
by Petr
13:22 queued 10:27
created
php-src/Records/ARecord.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 
30 30
     /** @var int[] */
31 31
     protected static $types = [IEntryType::TYPE_BOOLEAN, IEntryType::TYPE_INTEGER, IEntryType::TYPE_FLOAT, IEntryType::TYPE_STRING,
32
-                               IEntryType::TYPE_SET, IEntryType::TYPE_ARRAY, IEntryType::TYPE_OBJECT];
32
+                                IEntryType::TYPE_SET, IEntryType::TYPE_ARRAY, IEntryType::TYPE_OBJECT];
33 33
 
34 34
     /**
35 35
      * Mapper constructor.
Please login to merge, or discard this patch.