Skip to content

Commit

Permalink
Please add fix for PHP 7.2 to version 3.4
Browse files Browse the repository at this point in the history
adding #35 to 3.4 version
  • Loading branch information
TerrePorter committed Feb 14, 2019
1 parent afef1ef commit ee950b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compilers/StringBladeCompiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class StringBladeCompiler extends BladeCompiler implements CompilerInterface {
* @param object $viewData
* @return void
*/
public function compile($viewData)
public function compile($viewData=null)
{

// get the template data
Expand Down

0 comments on commit ee950b4

Please sign in to comment.