Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Sep 18, 2024
1 parent aa4f725 commit 9814a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- name: Validate php-cs-fixer
run: |
PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer check --allow-risky=yes -q
if: matrix.php != '8.4'
- name: Load fixtures
run: make fixtures
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function process(
mixed $data,
Operation $operation,
array $uriVariables = [],
array $context = []
array $context = [],
): mixed {
if (
!($request = $context['request'] ?? null)
Expand Down

0 comments on commit 9814a85

Please sign in to comment.