Passed
Push — develop ( 39fefa...eeeda6 )
by Jens
03:13
created
cloudcontrol/library/storage/Storage.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
 		/**
331 331
 		 * Convert path to indeces
332 332
 		 *
333
-		 * @param $path
333
+		 * @param string $path
334 334
 		 *
335 335
 		 * @return array
336 336
 		 * @throws \Exception
@@ -583,7 +583,7 @@  discard block
 block discarded – undo
583 583
 		 *
584 584
 		 */
585 585
 		/**
586
-		 * @return array
586
+		 * @return \stdClass[]
587 587
 		 */
588 588
 		public function getBricks()
589 589
 		{
Please login to merge, or discard this patch.