Completed
Push — master ( 0e4bc5...7f10cd )
by Ivannis Suárez
02:27
created
Tests/Units/EnumTests.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,14 +64,14 @@
 block discarded – undo
64 64
         ;
65 65
 
66 66
         $this
67
-            ->exception(function () {
67
+            ->exception(function() {
68 68
                 BadDefaultEnumFixture::__DEFAULT();
69 69
             })
70 70
                 ->isInstanceof(\UnexpectedValueException::class)
71 71
         ;
72 72
 
73 73
         $this
74
-            ->exception(function () {
74
+            ->exception(function() {
75 75
                 BadDefaultEnumFixture::BAZ();
76 76
             })
77 77
                 ->isInstanceof(\BadMethodCallException::class)
Please login to merge, or discard this patch.