@@ -37,6 +37,7 @@ |
||
37 | 37 | |
38 | 38 | /** |
39 | 39 | * @param string |
40 | + * @param \Psr\Http\Message\StreamInterface $body |
|
40 | 41 | * @return array |
41 | 42 | */ |
42 | 43 | private function getLocations($body) { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace whm\Smoke\Rules\Xml\Sitemap; |
4 | 4 | |
5 | 5 | use whm\Smoke\Http\Response; |
6 | -use whm\Smoke\Rules\Rule; |
|
7 | 6 | use whm\Smoke\Rules\StandardRule; |
8 | 7 | use whm\Smoke\Rules\ValidationFailedException; |
9 | 8 |