Passed
Push — master ( f9280f...c251f6 )
by DeGracia
01:52
created
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.