Passed
Push — master ( 782967...f9280f )
by DeGracia
02:01 queued 17s
created
src/Contracts/Occurrence.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,5 +4,5 @@
 block discarded – undo
4 4
     
5 5
 interface Occurrence
6 6
 {
7
-	public function parse(array $dictionary);
7
+    public function parse(array $dictionary);
8 8
 }
Please login to merge, or discard this patch.