Completed
Branch master (03fcc1)
by Mathieu
09:25
created
Tests/Unit/Blog/Post.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     {
17 17
         $this
18 18
             ->exception(
19
-            function () {
19
+            function() {
20 20
                 $border = new BasePost('random', 'a', 'b');
21 21
             }
22 22
             )->hasMessage('random is not a file');
Please login to merge, or discard this patch.