Completed
Push — master ( 6cea37...850892 )
by Alberto
8s
created
src/Tests/IncompleteAbstractTestClass.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Moka\Tests;
5 5
 
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 
33 33
     public function getCallable(): callable
34 34
     {
35
-        return function () {
35
+        return function() {
36 36
         };
37 37
     }
38 38
 
Please login to merge, or discard this patch.