Passed
Pull Request — main (#14)
by Dimitri
24:32
created
src/Core/App.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
             return $base . $fullname;
68 68
         }
69 69
 
70
-        if ($plugin || ! static::_classExistsInBase($fullname, 'BlitzPHP')) {
70
+        if ($plugin || !static::_classExistsInBase($fullname, 'BlitzPHP')) {
71 71
             return null;
72 72
         }
73 73
 
Please login to merge, or discard this patch.