File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
code_samples/back_office/search/src/EventSubscriber Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public function onBuildSuggestionCollectionEvent(BuildSuggestionCollectionEvent
4141
4242 try {
4343 $ productQuery = new ProductQuery (null , new Criterion \LogicalOr ([
44- new Criterion \ProductName (implode (' ' , array_map (static function (string $ word ) {
44+ new Criterion \ProductName (implode (' ' , array_map (static function (string $ word ): string {
4545 return "$ word* " ;
4646 }, $ words ))),
4747 new Criterion \ProductCode ($ words ),
Original file line number Diff line number Diff line change 7474 "ibexa/product-catalog-symbol-attribute" : " ~4.6.x-dev" ,
7575 "ibexa/messenger" : " ~4.6.x-dev" ,
7676 "ibexa/collaboration" : " ~4.6.x-dev" ,
77- "ibexa/share" : " ~4.6.x-dev"
77+ "ibexa/share" : " ~4.6.x-dev" ,
78+ "ibexa/phpstan" : " ~4.6.-dev"
7879 },
7980 "scripts" : {
8081 "fix-cs" : " php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots" ,
Original file line number Diff line number Diff line change 11includes :
22 - phpstan-baseline.neon
33 - vendor/phpstan/phpstan-symfony/extension.neon
4+ - vendor/ibexa/phpstan/extension.neon
45
56parameters :
67 level : 8
You can’t perform that action at this time.
0 commit comments