@@ -143,7 +143,7 @@ |
||
143 | 143 | $module = new $module($this); |
144 | 144 | } |
145 | 145 | |
146 | - if (! $module instanceof ModuleInterface) { |
|
146 | + if (!$module instanceof ModuleInterface) { |
|
147 | 147 | throw new \InvalidArgumentException( |
148 | 148 | 'Modules must implement ModuleInterface' |
149 | 149 | ); |