Skip to content

Commit 6aaa639

Browse files
authored
Adjusted phpstan (#2644)
* Updated dependencies for v5 * Regenerated baseline * Commented out REST customization * PHP & JS CS Fixes
1 parent 40464cd commit 6aaa639

File tree

3 files changed

+465
-110
lines changed

3 files changed

+465
-110
lines changed

code_samples/api/rest_api/src/Rest/Output/ValueObjectVisitorDispatcher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Ibexa\Contracts\Rest\Output\ValueObjectVisitorDispatcher as BaseValueObjectVisitorDispatcher;
77
use Ibexa\Contracts\Rest\Output\Visitor;
88

9-
class ValueObjectVisitorDispatcher extends BaseValueObjectVisitorDispatcher
9+
class ValueObjectVisitorDispatcher // extends BaseValueObjectVisitorDispatcher TODO: Rewrite this example in https://issues.ibexa.co/browse/IBX-8190
1010
{
1111
private array $visitors;
1212

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@
1414
"require-dev": {
1515
"ibexa/code-style": "^1.0",
1616
"friendsofphp/php-cs-fixer": "^3.30",
17-
"phpstan/phpstan": "^1.10",
18-
"phpstan/phpstan-symfony": "^1.3",
17+
"phpstan/phpstan": "^2.0",
18+
"phpstan/phpstan-symfony": "^2.0",
1919
"ibexa/doctrine-schema": "5.0.x-dev",
2020
"ibexa/search": "5.0.x-dev",
2121
"ibexa/content-forms": "5.0.x-dev",
2222
"ibexa/design-engine": "5.0.x-dev",
2323
"ibexa/user": "5.0.x-dev",
2424
"ibexa/notifications": "5.0.x-dev",
2525
"ibexa/fieldtype-richtext": "5.0.x-dev",
26+
"ibexa/rector": "5.0.x-dev",
2627
"ibexa/rest": "5.0.x-dev",
2728
"ibexa/http-cache": "5.0.x-dev",
2829
"ibexa/core-persistence": "5.0.x-dev",

0 commit comments

Comments
 (0)