Completed
Push — master ( 470d27...b902fc )
by Steve
01:39
created
src/Dice/Factories/SpecialDiceFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     public function __construct()
19 19
     {
20 20
         $this->diceTypeCallbacks = [
21
-            'steve' => function ($_type, $diceCount) {
21
+            'steve' => function($_type, $diceCount) {
22 22
                 $newDice = [];
23 23
                 for ($i = 0; $i < $diceCount; $i++) {
24 24
                     $newDice[] = new SteveDice();
Please login to merge, or discard this patch.