Passed
Push — master ( 35cb4f...35cb4f )
by DeGracia
03:18 queued 01:38
created
src/Contracts/Format.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 Format
6 6
 {
7
-	public function handle();
7
+    public function handle();
8 8
 }
Please login to merge, or discard this patch.
src/Criteria.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 class Criteria {
6 6
 
7
-	protected $dictionary;
8
-	protected $occurrence;
7
+    protected $dictionary;
8
+    protected $occurrence;
9 9
 
10 10
     public function __construct($dictionary, $occurrence)
11 11
     {
Please login to merge, or discard this patch.