Completed
Pull Request — master (#27)
by Roberto
02:44
created
src/DigitCalculator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
      */
124 124
     public function withMultipliers(array $multipliers)
125 125
     {
126
-        $multipliers = array_map(function ($multiplier) {
126
+        $multipliers = array_map(function($multiplier) {
127 127
             if (!assert(is_int($multiplier))) {
128 128
                 throw new \InvalidArgumentException("The multiplier({$multiplier}) must be integer");
129 129
             }
Please login to merge, or discard this patch.