Skip to content

Commit

Permalink
Update spryker phpstan for memory overuse fix (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
andytson-inviqa authored May 13, 2022
1 parent fdf164f commit 0cae677
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"sensiolabs/behat-page-object-extension": "^2.3",
"guzzlehttp/guzzle": "^6.3.0",
"spryker/code-sniffer": "^0.15.9, !=0.17.7",
"spryker-sdk/phpstan-spryker": "^0.4.0",
"symfony/browser-kit": "^5.1.8"
},
"autoload-dev": {
Expand Down
7 changes: 4 additions & 3 deletions src/spryker/application/skeleton/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ includes:
- vendor/spryker-sdk/phpstan-spryker/extension.neon

parameters:
excludes_analyse:
- %rootDir%/../../../src/Generated/*
- %rootDir%/../../../src/Orm/*
excludePaths:
analyse:
- %rootDir%/../../../src/Generated/*
- %rootDir%/../../../src/Orm/*

bootstrapFiles:
- %rootDir%/../../../phpstan-bootstrap.php
Expand Down

0 comments on commit 0cae677

Please sign in to comment.