Completed
Push — master ( c9bbeb...1f0ecb )
by Ivan
03:21
created
src/Reader.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -124,7 +124,6 @@  discard block
 block discarded – undo
124 124
     }
125 125
 
126 126
     /**
127
-     * @param  RequestInterface $input
128 127
      * @throws BadMethodCallException
129 128
      */
130 129
     public function sendRequest(RequestInterface $request)
@@ -135,7 +134,7 @@  discard block
 block discarded – undo
135 134
     }
136 135
 
137 136
     /**
138
-     * @param  string $url
137
+     * @param  UriInterface $url
139 138
      * @throws BadMethodCallException
140 139
      */
141 140
     public function open(UriInterface $url)
@@ -146,7 +145,7 @@  discard block
 block discarded – undo
146 145
     }
147 146
 
148 147
     /**
149
-     * @return Psr\Http\Message\UriInterface
148
+     * @return Uri
150 149
      */
151 150
     public function getUri()
152 151
     {
@@ -157,7 +156,7 @@  discard block
 block discarded – undo
157 156
      * @param  string          $xpath
158 157
      * @param  DOMElement|null $scope
159 158
      * @throws InvalidArgumentException If xpath is not valid
160
-     * @return DOMNodeList
159
+     * @return \Traversable
161 160
      */
162 161
     public function query($xpath, DOMElement $scope = null)
163 162
     {
Please login to merge, or discard this patch.