Completed
Push — master ( 2ad2bf...464443 )
by Garrett
01:35
created
src/Dice.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 class Dice
17 17
 {
18 18
     const CONSTANT = 'Dice::CONSTANT';
19
-	const INSTANCE = 'Dice::INSTANCE';
19
+    const INSTANCE = 'Dice::INSTANCE';
20 20
 
21 21
     /**
22 22
      * @var array $rules Rules which have been set using addRule()
Please login to merge, or discard this patch.