Skip to content

Commit

Permalink
Fix int, DEV-363
Browse files Browse the repository at this point in the history
  • Loading branch information
iranimij committed Feb 6, 2024
1 parent 8ab6a7e commit abfef2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: M2 Coding Standard
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-coding-standard@master
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct(Config $config, State $state)
$this->state = $state;
}

/**
/**
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function afterIsAvailable(Purchaseorder $subject, bool $result): bool
Expand Down

0 comments on commit abfef2f

Please sign in to comment.