Passed
Pull Request — master (#3)
by
unknown
04:32
created
src/Manager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      */
34 34
     public function score($password, array $criterias)
35 35
     {
36
-        $criteriasPassed = array_filter($criterias, function ($criteria) use ($password) {
36
+        $criteriasPassed = array_filter($criterias, function($criteria) use ($password) {
37 37
             return $criteria->passes($password);
38 38
         });
39 39
 
Please login to merge, or discard this patch.