Skip to content

Commit ebf2092

Browse files
committed
updates
1 parent a88d270 commit ebf2092

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"phpstan/phpstan-strict-rules": "^2.0.4",
3535
"phpunit/phpunit": "^11.5.15",
3636
"psr/log": "^3.0.2",
37-
"rector/rector": "^2.0.10",
37+
"rector/rector": "^2.0.11",
3838
"sentry/sentry": "^4.10.0",
3939
"spatie/phpunit-watcher": "^1.24",
4040
"symfony/http-client": "^7.2.4"

phpstan-baseline.neon

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ parameters:
4848
count: 1
4949
path: src/Index/AbstractIndex.php
5050

51-
-
52-
message: '#^Parameter \#1 \$params of method Elastic\\Elasticsearch\\Endpoints\\Indices\:\:getAlias\(\) expects array\{name\: list, index\: list, ignore_unavailable\: bool, allow_no_indices\: bool, expand_wildcards\: Elastic\\Elasticsearch\\Endpoints\\enum, local\: bool, pretty\: bool, human\: bool, \.\.\.\}, array\{name\: string\} given\.$#'
53-
identifier: argument.type
54-
count: 1
55-
path: src/Index/AbstractIndex.php
56-
5751
-
5852
message: '#^Method Limenet\\LaravelElasticaBridge\\Index\\IndexInterface\:\:getMapping\(\) return type has no value type specified in iterable type array\.$#'
5953
identifier: missingType.iterableValue
@@ -66,12 +60,6 @@ parameters:
6660
count: 1
6761
path: src/Index/IndexInterface.php
6862

69-
-
70-
message: '#^Parameter \#1 \$params of method Elastic\\Elasticsearch\\Endpoints\\Indices\:\:existsAlias\(\) expects array\{name\: list, index\: list, ignore_unavailable\: bool, allow_no_indices\: bool, expand_wildcards\: Elastic\\Elasticsearch\\Endpoints\\enum, local\: bool, pretty\: bool, human\: bool, \.\.\.\}, array\{name\: string\} given\.$#'
71-
identifier: argument.type
72-
count: 1
73-
path: src/Jobs/SetupIndex.php
74-
7563
-
7664
message: '#^Cannot access offset ''events'' on Illuminate\\Contracts\\Foundation\\Application\.$#'
7765
identifier: offsetAccess.nonOffsetAccessible

rector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Rector\Config\RectorConfig;
66
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
77
use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
8-
use Rector\PHPUnit\CodeQuality\Rector\MethodCall\AssertCountWithZeroToAssertEmptyRector;
98
use RectorLaravel\Set\LaravelSetList;
109

1110
return RectorConfig::configure()
@@ -39,5 +38,4 @@
3938
StringClassNameToClassConstantRector::class => [
4039
'src/Client/ElasticaClient.php',
4140
],
42-
AssertCountWithZeroToAssertEmptyRector::class,
4341
]);

0 commit comments

Comments
 (0)