Completed
Push — master ( 282bde...aa91e9 )
by Robin
06:40 queued 03:36
created
src/XML/QueryDiscoverResponse.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 	 *
34 34
 	 * @param string $href
35 35
 	 * @param BasicSearchSchema|null $schema
36
-	 * @param null|int|string $httpStatus
36
+	 * @param integer $httpStatus
37 37
 	 */
38 38
 	function __construct($href, BasicSearchSchema $schema = null, $httpStatus = null) {
39 39
 		parent::__construct($href, [], $httpStatus);
Please login to merge, or discard this patch.
src/DAV/SearchHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,9 +87,9 @@
 block discarded – undo
87 87
 	 * If a depth of 1 is requested child elements will also be returned.
88 88
 	 *
89 89
 	 * @param SearchResult[] $results
90
-	 * @param array $propertyNames
90
+	 * @param string[] $propertyNames
91 91
 	 * @param int $depth
92
-	 * @return \Iterator
92
+	 * @return \Traversable
93 93
 	 */
94 94
 	private function getPropertiesIteratorResults($results, $propertyNames = [], $depth = 0) {
95 95
 		$propFindType = $propertyNames ? PropFind::NORMAL : PropFind::ALLPROPS;
Please login to merge, or discard this patch.