Skip to content

Commit

Permalink
Fix spryker build failure (#714)
Browse files Browse the repository at this point in the history
* Ignore in the phpstan baseline

```
 ------ -----------------------------------------------------------------------
  Line   Pyz/Client/Catalog/CatalogDependencyProvider.php
 ------ -----------------------------------------------------------------------
  147    Parameter #1 $rawCatalogSearchResultFormatterPlugin of class
         Spryker\Client\CatalogPriceProductConnector\Plugin\CurrencyAwareSugge
         stionByTypeResultFormatter constructor expects
         Spryker\Client\Search\Dependency\Plugin\ResultFormatterPluginInterfac
         e,
         Spryker\Client\SearchElasticsearch\Plugin\ResultFormatter\SuggestionB
         yTypeResultFormatterPlugin given.
 ------ -----------------------------------------------------------------------
```

* Downgrade phpstan to 1.6.9 as it is having issues with class_alias()
  • Loading branch information
kierenevans authored and andytson-inviqa committed Jun 24, 2022
1 parent f217306 commit 0e083ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dmore/chrome-mink-driver": "^2.6",
"jakoch/phantomjs-installer": "^3.0",
"roave/better-reflection": "^4.3.0",
"phpstan/phpstan": "~1.6.9",
"phpcompatibility/php-compatibility": "dev-master",
"sensiolabs/behat-page-object-extension": "^2.3",
"guzzlehttp/guzzle": "^6.3.0",
Expand Down

0 comments on commit 0e083ce

Please sign in to comment.