Completed
Push — master ( a469e2...7174c0 )
by Robin
08:53
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   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
 
126 126
 	/**
127 127
 	 * @param \SearchDAV\XML\Operator $operator
128
-	 * @param array $allProps
128
+	 * @param SearchPropertyDefinition[] $allProps
129 129
 	 * @return Operator
130 130
 	 * @throws BadRequest
131 131
 	 */
@@ -160,9 +160,9 @@  discard block
 block discarded – undo
160 160
 	 * If a depth of 1 is requested child elements will also be returned.
161 161
 	 *
162 162
 	 * @param SearchResult[] $results
163
-	 * @param array $propertyNames
163
+	 * @param string[] $propertyNames
164 164
 	 * @param int $depth
165
-	 * @return \Iterator
165
+	 * @return \Traversable
166 166
 	 */
167 167
 	private function getPropertiesIteratorResults($results, $propertyNames = [], $depth = 0) {
168 168
 		$propFindType = $propertyNames ? PropFind::NORMAL : PropFind::ALLPROPS;
Please login to merge, or discard this patch.