Passed
Push — develop ( eaa894...ad515c )
by Baptiste
01:56
created
src/Specification/Trashed.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 
13 13
 final class Trashed implements ComparatorInterface
14 14
 {
15
-     /**
16
-     * {@inheritdoc}
17
-     */
15
+        /**
16
+         * {@inheritdoc}
17
+         */
18 18
     public function property(): string
19 19
     {
20 20
         return 'trashed';
Please login to merge, or discard this patch.
src/Specification/ParentFolder.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,9 +20,9 @@
 block discarded – undo
20 20
         $this->value = (string) $identity;
21 21
     }
22 22
 
23
-     /**
24
-     * {@inheritdoc}
25
-     */
23
+        /**
24
+         * {@inheritdoc}
25
+         */
26 26
     public function property(): string
27 27
     {
28 28
         return 'parent';
Please login to merge, or discard this patch.
src/Specification/FileFolder.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,9 +20,9 @@
 block discarded – undo
20 20
         $this->value = (string) $identity;
21 21
     }
22 22
 
23
-     /**
24
-     * {@inheritdoc}
25
-     */
23
+        /**
24
+         * {@inheritdoc}
25
+         */
26 26
     public function property(): string
27 27
     {
28 28
         return 'folder';
Please login to merge, or discard this patch.