Completed
Pull Request — master (#2125)
by
unknown
08:31
created
src/Contracts/ActivatorInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     /**
20 20
      * Determine whether the given status same with a module status.
21 21
      */
22
-    public function hasStatus(Module|string $module, bool $status): bool;
22
+    public function hasStatus(Module | string $module, bool $status): bool;
23 23
 
24 24
     /**
25 25
      * Set active state for a module.
Please login to merge, or discard this patch.