Skip to content

Commit

Permalink
Apply fixes from StyleCI (#35875)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Jan 13, 2021
1 parent 73ecb59 commit c77a46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/View/Compilers/BladeCompiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public function compileString($value)

return str_replace(
['##BEGIN-COMPONENT-CLASS##', '##END-COMPONENT-CLASS##'],
'',
'',
$result);
}

Expand Down

0 comments on commit c77a46d

Please sign in to comment.