Completed
Branch feature/pre-split (197e7e)
by Anton
03:26
created
source/Spiral/Security/RuleManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
 
125 125
             if (!$rule instanceof RuleInterface) {
126 126
                 throw new RuleException(
127
-                    "Rule '{$name}' must point to RuleInterface, '" . get_class($rule) . "' given"
127
+                    "Rule '{$name}' must point to RuleInterface, '".get_class($rule)."' given"
128 128
                 );
129 129
             }
130 130
 
Please login to merge, or discard this patch.