Passed
Push — master ( bab290...961f54 )
by Magnar Ovedal
03:07
created
src/Rule/GuessableData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
     private function getGuessableData($password)
105 105
     {
106 106
         if ($password instanceof Password) {
107
-            foreach ($this->getWordsToCheck((string)$password) as $word) {
107
+            foreach ($this->getWordsToCheck((string) $password) as $word) {
108 108
                 foreach ($password->getGuessableData() as $data) {
109 109
                     if ($this->contains($word, $data)) {
110 110
                         return $data;
Please login to merge, or discard this patch.