Skip to content

Commit

Permalink
Merge pull request #13 from octoper/analysis-orglG5
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
octoper authored May 3, 2022
2 parents 8f1f7d7 + 0d16149 commit 157d215
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 157d215

Please sign in to comment.