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 Sep 8, 2024
1 parent cc4199e commit 285026e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/AbstractColumnBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ public function testColumnFactory(): void
*/
public function testBuildingMethods(
string $buildingMethod,
array $args,
array $args,
string $expectedInstanceOf,
string $expectedType,
array $expectedMethodResults = [],
array $expectedMethodResults = [],
): void {
$db = $this->getConnection();
$columnBuilderClass = $db->getColumnBuilderClass();
Expand Down

0 comments on commit 285026e

Please sign in to comment.