Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Apr 9, 2024
1 parent 513a7ca commit b3ba035
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ jobs:
name: Run PHPStan
run: vendor/bin/phpstan analyse -c phpstan.neon -l max src/

-
name: Run Psalm
run: vendor/bin/psalm

-
name: Run PHPSpec
run: vendor/bin/phpspec run --ansi -f progress --no-interaction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function testItChecksIfBoughtTogetherProductAssociationTypeIsConfigured(b
self::assertSame($isConfigured, $checker->isConfigured());
}

public function isConfiguredDataProvider(): array
public static function isConfiguredDataProvider(): array
{
return [
'association type is configured' => [
Expand Down

0 comments on commit b3ba035

Please sign in to comment.