Completed
Push — master ( d96bde...b724e3 )
by Garrett
01:29
created
src/Dice.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
         // Allow substitutions rules to be defined with a leading a slash
65 65
         if (isset($rule['substitutions'])) {
66 66
             foreach ($rule['substitutions'] as $key => $value) {
67
-                $rule[ltrim($key,  '\\')] = $value;
67
+                $rule[ltrim($key, '\\')] = $value;
68 68
             }
69 69
         }
70 70
         $this->rules[self::normalizeName($classname)] = \array_replace_recursive($this->getRule($classname), $rule);
Please login to merge, or discard this patch.