Passed
Push — master ( c0b632...08da57 )
by Stf
02:15
created
src/Kernel/Database/Blueprint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
         $this->table = $table;
110 110
         $this->prefix = $prefix;
111 111
 
112
-        if (! is_null($callback)) {
112
+        if (!is_null($callback)) {
113 113
             $callback($this);
114 114
         }
115 115
     }
Please login to merge, or discard this patch.
src/Kernel/Exceptions/BuilderInvalidCreateUsageException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,6 +56,6 @@
 block discarded – undo
56 56
      */
57 57
     public function __toString() 
58 58
     {
59
-        return __CLASS__ . ": [{$this->code}]: {$this->message}\n";
59
+        return __CLASS__.": [{$this->code}]: {$this->message}\n";
60 60
     }
61 61
 }
Please login to merge, or discard this patch.
src/Kernel/Exceptions/ArgumentNotAClosureException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,6 +56,6 @@
 block discarded – undo
56 56
      */
57 57
     public function __toString() 
58 58
     {
59
-        return __CLASS__ . ": [{$this->code}]: {$this->message}\n";
59
+        return __CLASS__.": [{$this->code}]: {$this->message}\n";
60 60
     }
61 61
 }
Please login to merge, or discard this patch.
src/Kernel/Exceptions/ClosureNoArgumentsException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,6 +56,6 @@
 block discarded – undo
56 56
      */
57 57
     public function __toString() 
58 58
     {
59
-        return __CLASS__ . ": [{$this->code}]: {$this->message}\n";
59
+        return __CLASS__.": [{$this->code}]: {$this->message}\n";
60 60
     }
61 61
 }
Please login to merge, or discard this patch.