Completed
Push — master ( 5f4425...3d1cfa )
by Michael
17:13 queued 10:55
created
src/ServerRequest.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,7 +122,6 @@  discard block
 block discarded – undo
122 122
 	/**
123 123
 	 * Initialize the headers.
124 124
 	 *
125
-	 * @param string $uri
126 125
 	 * @return array the headers.
127 126
 	 */
128 127
 	private function initQueryParams($serverParams)
@@ -332,7 +331,7 @@  discard block
 block discarded – undo
332 331
 	 * Checks if a content type header exists with the given content type.
333 332
 	 *
334 333
 	 * @param string $contentType
335
-	 * @return true if a content type header exists with the given content type.
334
+	 * @return boolean if a content type header exists with the given content type.
336 335
 	 */
337 336
 	private function hasContentType($contentType)
338 337
 	{
Please login to merge, or discard this patch.