Completed
Push — master ( 108e88...fdebd7 )
by Zoltán
03:26
created
src/ModuleLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     public function preLoad($moduleClassName) {
34 34
         $interfaces = class_implements($moduleClassName);
35 35
 
36
-        if(!in_array(ClassLoaderModuleInterface::class, $interfaces)) {
36
+        if (!in_array(ClassLoaderModuleInterface::class, $interfaces)) {
37 37
             throw ModuleException::invalid($moduleClassName);
38 38
         }
39 39
 
Please login to merge, or discard this patch.