Completed
Push — master ( 593f3a...6bfb13 )
by Lars
02:47
created
src/SimpleAcl/Acl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     } elseif ($argsCount == 1) {
77 77
       $rule = $args[0];
78 78
     } else {
79
-      throw new InvalidArgumentException(__METHOD__ . ' accepts only one, tow, three or four arguments');
79
+      throw new InvalidArgumentException(__METHOD__.' accepts only one, tow, three or four arguments');
80 80
     }
81 81
 
82 82
     if (
Please login to merge, or discard this patch.