diff --git a/src/Illuminate/View/Engines/PhpEngine.php b/src/Illuminate/View/Engines/PhpEngine.php index 13525aeeab53..ff692d0138e9 100755 --- a/src/Illuminate/View/Engines/PhpEngine.php +++ b/src/Illuminate/View/Engines/PhpEngine.php @@ -27,8 +27,7 @@ public function __construct(Filesystem $files) } /** - * Get the evaluated contents of the view. - * + * @param string $path * @param array $data * @return string