Failed Conditions
Pull Request — master (#10)
by Adrien
04:59 queued 01:35
created
src/Service/AbstractDatabase.php 1 patch
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -166,6 +166,4 @@
 block discarded – undo
166 166
             throw new Exception("Cannot read dump file \"$absolutePath\"");
167 167
         }
168 168
 
169
-        return $absolutePath;
170
-    }
171
-}
169
+        return $absolutePath
172 170
\ No newline at end of file
Please login to merge, or discard this patch.
tests/Acl/AclTest.php 1 patch
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -97,6 +97,4 @@
 block discarded – undo
97 97
             - it is not himself
98 98
             - mocked reason
99 99
             STRING;
100
-        self::assertSame($expected, $acl->getLastDenialMessage());
101
-    }
102
-}
100
+        self::assertSame($expected, $acl->getLastDenialMessage
103 101
\ No newline at end of file
Please login to merge, or discard this patch.