Passed
Push — master ( e559b6...f8119e )
by Magnar Ovedal
05:45 queued 02:46
created
src/Rule/GuessableDataRule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
             $guessableData = array_merge($guessableData, $password->getGuessableData());
135 135
         }
136 136
 
137
-        foreach ($this->wordFormatter->apply([(string)$password]) as $word) {
137
+        foreach ($this->wordFormatter->apply([(string) $password]) as $word) {
138 138
             foreach ($guessableData as $data) {
139 139
                 if ($this->contains($word, $data)) {
140 140
                     return $data;
Please login to merge, or discard this patch.