Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa91cb4 + 5e2f7b2 commit 5c28e4bCopy full SHA for 5c28e4b
1 file changed
src/Illuminate/View/Compilers/BladeCompiler.php
@@ -601,7 +601,7 @@ protected function compileStack($expression)
601
/**
602
* Compile the push statements into valid PHP.
603
*
604
- * @param $expression
+ * @param string $expression
605
* @return string
606
*/
607
protected function compilePush($expression)
@@ -612,7 +612,7 @@ protected function compilePush($expression)
612
613
* Compile the endpush statements into valid PHP.
614
615
616
617
618
protected function compileEndpush($expression)
0 commit comments