File tree 3 files changed +465
-110
lines changed
code_samples/api/rest_api/src/Rest/Output
3 files changed +465
-110
lines changed Original file line number Diff line number Diff line change 6
6
use Ibexa \Contracts \Rest \Output \ValueObjectVisitorDispatcher as BaseValueObjectVisitorDispatcher ;
7
7
use Ibexa \Contracts \Rest \Output \Visitor ;
8
8
9
- class ValueObjectVisitorDispatcher extends BaseValueObjectVisitorDispatcher
9
+ class ValueObjectVisitorDispatcher // extends BaseValueObjectVisitorDispatcher TODO: Rewrite this example in https://issues.ibexa.co/browse/IBX-8190
10
10
{
11
11
private array $ visitors ;
12
12
Original file line number Diff line number Diff line change 14
14
"require-dev" : {
15
15
"ibexa/code-style" : " ^1.0" ,
16
16
"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 " ,
19
19
"ibexa/doctrine-schema" : " 5.0.x-dev" ,
20
20
"ibexa/search" : " 5.0.x-dev" ,
21
21
"ibexa/content-forms" : " 5.0.x-dev" ,
22
22
"ibexa/design-engine" : " 5.0.x-dev" ,
23
23
"ibexa/user" : " 5.0.x-dev" ,
24
24
"ibexa/notifications" : " 5.0.x-dev" ,
25
25
"ibexa/fieldtype-richtext" : " 5.0.x-dev" ,
26
+ "ibexa/rector" : " 5.0.x-dev" ,
26
27
"ibexa/rest" : " 5.0.x-dev" ,
27
28
"ibexa/http-cache" : " 5.0.x-dev" ,
28
29
"ibexa/core-persistence" : " 5.0.x-dev" ,
You can’t perform that action at this time.
0 commit comments