Completed
Pull Request — master (#2)
by
unknown
01:37
created
src/Occurences/Occurence.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,6 +15,6 @@
 block discarded – undo
15 15
             $tmp[] = $dictionary[0];
16 16
         }
17 17
 
18
-       return $tmp;
18
+        return $tmp;
19 19
     }
20 20
 }
Please login to merge, or discard this patch.
src/Password.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -10,6 +10,10 @@
 block discarded – undo
10 10
         $this->manager = new Manager;
11 11
     }
12 12
 
13
+    /**
14
+     * @param Criterias\Digit $criteria
15
+     * @param Occurences\Strict $occurence
16
+     */
13 17
     public function addCriteria($criteria, $occurence = null)
14 18
     {
15 19
         $buildCriteria = $this->manager->buildCriteria($criteria, $occurence);
Please login to merge, or discard this patch.