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 Nov 24, 2023
1 parent 3f542c7 commit 13ba75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ORM/Unit/Select/Traits/ColumnsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function testGetColumns(string $input, ?string $expected): void

private function prepareClass(): object
{
return new class(self::FIELDS) {
return new class (self::FIELDS) {
use \Cycle\ORM\Select\Traits\ColumnsTrait
{
fieldAlias as public;
Expand Down

0 comments on commit 13ba75e

Please sign in to comment.