File tree Expand file tree Collapse file tree 4 files changed +5
-13
lines changed
Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 2727 "php" : " >=7.4" ,
2828 "ext-json" : " *" ,
2929 "ext-curl" : " *" ,
30- "spameri/elastic-query" : " ^v1.0.0-alpha.10 " ,
30+ "spameri/elastic-query" : " ^v1.0.0-alpha.13 " ,
3131 "elasticsearch/elasticsearch" : " ^7.12.0" ,
3232 "nette/di" : " ^3.0.5" ,
3333 "nette/utils" : " ^3.2.5" ,
Original file line number Diff line number Diff line change @@ -11,15 +11,6 @@ parameters:
1111 ignoreErrors :
1212 - ' #PHPDoc tag \@throws with type Elasticsearch\\Common\\Exceptions\\ElasticsearchException is not subtype of Throwable #'
1313 - '#Call to function array_key_exists\ (\ ) with string and array<int , mixed> will always evaluate to false. #'
14- -
15- message : " #^Call to method addSetup\\ (\\ ) on an unknown class Nette\\\\ DI\\\\ Definitions\\\\ ServiceDefinition\\ .$#"
16- count : 1
17- path : src/DI/SpameriElasticSearchExtension.php
18-
19- -
20- message : " #^PHPDoc tag @var for variable \\ $definition contains unknown class Nette\\\\ DI\\\\ Definitions\\\\ ServiceDefinition\\ .$#"
21- count : 1
22- path : src/DI/SpameriElasticSearchExtension.php
2314
2415 -
2516 message : " #^Method Spameri\\\\ Elastic\\\\ Diagnostics\\\\ PanelLogger\\ :\\ :emergency\\ (\\ ) should return null but return statement is missing\\ .$#"
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ parameters:
2929 path : src/Model/TypeToNewIndex/Migrate.php
3030
3131 -
32- message : " #^Static method Nette\\\\ DI\\\\ Compiler \\ :\\ :loadDefinitions \\ (\\ ) invoked with 3 parameters, 0 required \\ . $#"
33- count : 1
34- path : src/DI/SpameriElasticSearchExtension .php
32+ message : " #^Unable to resolve the template type T in call to method Nette\\\\ DI\\\\ Container \\ :\\ :getByType \\ (\\ )$#"
33+ count : 2
34+ path : src/Model/ServiceLocator .php
3535
3636
3737 checkGenericClassInNonGenericObjectType : false
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ public function initialize(): void
7272 $ entities = $ this ->service ->getAllBy (
7373 new \Spameri \ElasticQuery \ElasticQuery (
7474 new \Spameri \ElasticQuery \Query \QueryCollection (
75+ NULL ,
7576 new \Spameri \ElasticQuery \Query \MustCollection (
7677 new \Spameri \ElasticQuery \Query \Terms (
7778 '_id ' ,
You can’t perform that action at this time.
0 commit comments