Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c28e4b

Browse files
committed
Merge pull request laravel#5880 from GrahamCampbell/4.2-docblocks
[4.2] Fixed BladeCompile Push Docblocks
2 parents aa91cb4 + 5e2f7b2 commit 5c28e4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Illuminate/View/Compilers/BladeCompiler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ protected function compileStack($expression)
601601
/**
602602
* Compile the push statements into valid PHP.
603603
*
604-
* @param $expression
604+
* @param string $expression
605605
* @return string
606606
*/
607607
protected function compilePush($expression)
@@ -612,7 +612,7 @@ protected function compilePush($expression)
612612
/**
613613
* Compile the endpush statements into valid PHP.
614614
*
615-
* @param $expression
615+
* @param string $expression
616616
* @return string
617617
*/
618618
protected function compileEndpush($expression)

0 commit comments

Comments
 (0)