Skip to content

Commit

Permalink
fix: phpstan error (#5)
Browse files Browse the repository at this point in the history
* fix: phpstan error

* fix: codeception.yml

* fix: update codeception
  • Loading branch information
gengjozsef authored Oct 1, 2024
1 parent 8cfc2d2 commit d5d52f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ paths:
coverage:
enabled: true
include:
- src/*.php
- src/FondOfSpryker/*.php

modules:
enabled:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"spryker/company-business-unit": "^2.0.0"
},
"require-dev": {
"fond-of-codeception/spryker": "^1.0",
"fond-of-codeception/spryker": "^2.0",
"spryker/code-sniffer": "*",
"spryker-sdk/phpstan-spryker": "*"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* @codeCoverageIgnore
*
* @method \FondOfSpryker\Zed\CompanyUnitAddressDefaultShipping\Persistence\CompanyUnitAddressDefaultShippingRepositoryInterface getRepository()
*/
class CompanyUnitAddressDefaultShippingPersistenceFactory extends AbstractPersistenceFactory
{
Expand Down

0 comments on commit d5d52f6

Please sign in to comment.