Completed
Push — master ( 5fb6d2...19220c )
by Ma
06:38
created
src/Api/Route/Strategy/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
                 break;
24 24
         }
25 25
 
26
-        if ( ! class_exists($className)) {
26
+        if (!class_exists($className)) {
27 27
             throw new \Exception("Strategy {$className} not found");
28 28
         }
29 29
 
Please login to merge, or discard this patch.