Completed
Push — master ( 8947bf...061514 )
by Richard
03:35 queued 13s
created
src/Page.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 	}
51 51
 
52 52
 	/**
53
-	 * @return array
53
+	 * @return string[]
54 54
 	 */
55 55
 	protected function view() {
56 56
 		$viewFile = strtolower(subStr((new \ReflectionClass($this))->getShortName(), 0, -4));
Please login to merge, or discard this patch.