Passed
Push — master ( 5d8af1...e44bd6 )
by Petr
09:24
created
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.
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.