Completed
Push — master ( b53ced...c7689f )
by Eric
02:20
created
src/Errors.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
         if ($license_key == '') {
153 153
             $this->setError('license_number', 'missing_license_number');
154 154
         } else {
155
-            if (! $license->validLicense($license_key)) {
155
+            if (!$license->validLicense($license_key)) {
156 156
                 $this->setError('license_number', 'invalid_license_number');
157 157
             }
158 158
         }
Please login to merge, or discard this patch.