@@ -101,7 +101,7 @@ |
||
101 | 101 | } |
102 | 102 | |
103 | 103 | /** |
104 | - * @return mixed|string |
|
104 | + * @return string |
|
105 | 105 | */ |
106 | 106 | public function getPath() |
107 | 107 | { |
@@ -85,6 +85,10 @@ |
||
85 | 85 | } |
86 | 86 | } |
87 | 87 | |
88 | + /** |
|
89 | + * @param string $html |
|
90 | + * @param boolean|string $phrase |
|
91 | + */ |
|
88 | 92 | protected function checkResponseContains($html, $phrase) |
89 | 93 | { |
90 | 94 | if (!$phrase) { |