Skip to content

Commit

Permalink
Apply suggestions from StyleCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
royvanv committed May 2, 2022
1 parent 953b39f commit 2429e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tags/BladeComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class BladeComponent extends Tags
/**
* Renders given component to Laravel Blade components.
*
* @param string $component
* @param string $component
*
* @return string
*/
Expand Down Expand Up @@ -61,7 +61,7 @@ private function createDynamicAttributes(): string
return [$key => $item];
}

return [':' . $key => var_export($item, true)];
return [':'.$key => var_export($item, true)];
})->toArray();

return $this->createAttributes($params);
Expand Down

0 comments on commit 2429e6e

Please sign in to comment.