@@ -104,7 +104,7 @@ |
||
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; |