Passed
Push — master ( 38aca6...759f4d )
by Petr
03:02
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.
php-src/Interfaces/ICanFill.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 {
28 28
     // ...
29 29
 }
30
-
31 30
  */
32 31
 interface ICanFill
33 32
 {
Please login to merge, or discard this patch.