Test Setup Failed
Pull Request — master (#840)
by Jeroen De
06:57
created
src/ByPropertyIdArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
 	 *
145 145
 	 * @param PropertyIdProvider $object
146 146
 	 *
147
-	 * @return bool|int
147
+	 * @return integer
148 148
 	 * @throws RuntimeException
149 149
 	 */
150 150
 	public function getFlatArrayIndexOfObject( $object ) {
Please login to merge, or discard this patch.
src/ReferenceList.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,6 +92,7 @@  discard block
 block discarded – undo
92 92
 	 *
93 93
 	 * @param Snak ...$snaks
94 94
 	 * (passing a single Snak[] is still supported but deprecated)
95
+	 * @param Snak[] $snaks
95 96
 	 *
96 97
 	 * @throws InvalidArgumentException
97 98
 	 */
@@ -321,7 +322,7 @@  discard block
 block discarded – undo
321 322
 	 *
322 323
 	 * @since 5.0
323 324
 	 *
324
-	 * @return Iterator|Reference[]
325
+	 * @return ArrayIterator
325 326
 	 */
326 327
 	public function getIterator() {
327 328
 		return new ArrayIterator( array_values( $this->references ) );
Please login to merge, or discard this patch.