Skip to content

Commit b909b2b

Browse files
committed
Merge branch '4.6'
2 parents 40ce5d8 + 354340a commit b909b2b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"ibexa/core": "~5.0.x-dev",
2222
"ibexa/doctrine-schema": "~5.0.x-dev",
2323
"ibexa/rector": "~5.0.x-dev",
24-
"phpstan/phpstan": "^1.2",
25-
"phpstan/phpstan-phpunit": "^1.0"
24+
"phpstan/phpstan": "^2.0",
25+
"phpstan/phpstan-phpunit": "^2.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

phpstan-baseline.neon

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
parameters:
2-
ignoreErrors: []
2+
ignoreErrors:
3+
-
4+
message: '#^Call to function is_object\(\) with object will always evaluate to true\.$#'
5+
identifier: function.alreadyNarrowedType
6+
count: 1
7+
path: src/contracts/IbexaTestCore.php

phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
includes:
2-
- phpstan-baseline.neon
32
- vendor/phpstan/phpstan-phpunit/extension.neon
3+
- phpstan-baseline.neon
44

55
parameters:
66
level: 8

0 commit comments

Comments
 (0)