Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot authored and Ken committed Aug 9, 2022
1 parent 799ba4e commit c9b23d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/View/Compilers/ComponentTagCompiler.php
Expand Up @@ -574,7 +574,7 @@ protected function parseAttributeBag(string $attributeString)
*/
protected function parseComponentTagClassStatements(string $attributeString)
{
return preg_replace_callback(
return preg_replace_callback(
'/@(class)(\( ( (?>[^()]+) | (?2) )* \))/x', function ($match) {
if ($match[1] === 'class') {
$match[2] = str_replace('"', "'", $match[2]);
Expand Down

0 comments on commit c9b23d9

Please sign in to comment.