Passed
Push — master ( a8bd8b...f2f9a5 )
by Atanas
02:01
created
src/View/PhpViewEngine.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 	 * @param  string $name
46 46
 	 * @param  string $filepath
47 47
 	 * @param  array  $context
48
-	 * @return string
48
+	 * @return PhpView
49 49
 	 */
50 50
 	protected function makeView( $name, $filepath, $context = [] ) {
51 51
 		return (new PhpView())
Please login to merge, or discard this patch.