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 Dec 12, 2024
1 parent ead0426 commit f824c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Models/Statements/RenderStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ private function buildParameters(): string
$parameter,
PHP_EOL
),
$this->data());
$this->data()
);

return sprintf(
'[%s%s%s]',
Expand Down

0 comments on commit f824c59

Please sign in to comment.