Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 3, 2022
1 parent 8f1f7d7 commit 0d16149
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/BladeCompiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ trait BladeCompiler
/**
* Creates attributes tags.
*
* @param array<mixed> $attributes
*
* @param array<mixed> $attributes
* @return string
*/
protected function createAttributes(array $attributes)
Expand All @@ -23,9 +22,8 @@ protected function createAttributes(array $attributes)
/**
* Created a view based on a string.
*
* @param \Illuminate\Contracts\View\Factory $factory
* @param string $contents
*
* @param \Illuminate\Contracts\View\Factory $factory
* @param string $contents
* @return string
*/
protected function createViewFromString(Factory $factory, string $contents)
Expand Down

0 comments on commit 0d16149

Please sign in to comment.