Completed
Push — master ( 83fedd...20342f )
by Nils
03:00
created
src/Rules/Xml/Sitemap/ValidRule.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -37,6 +37,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.