Completed
Push — master ( 86c4c5...49aca9 )
by mw
18:55
created
src/ByHttpRequest/QueryResultFetcher.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -142,6 +142,9 @@  discard block
 block discarded – undo
142 142
 		return $queryResult;
143 143
 	}
144 144
 
145
+	/**
146
+	 * @param Query $query
147
+	 */
145 148
 	private function doResetPrintRequestsToQuerySource( $query ) {
146 149
 
147 150
 		$querySource = $query->getQuerySource();
@@ -162,6 +165,9 @@  discard block
 block discarded – undo
162 165
 		}
163 166
 	}
164 167
 
168
+	/**
169
+	 * @param Query $query
170
+	 */
165 171
 	private function doMakeHttpRequestFor( $query ) {
166 172
 
167 173
 		$httpRequest = $this->httpRequestFactory->newCachedCurlRequest();
Please login to merge, or discard this patch.