File tree Expand file tree Collapse file tree 3 files changed +465
-110
lines changed
code_samples/api/rest_api/src/Rest/Output Expand file tree Collapse file tree 3 files changed +465
-110
lines changed Original file line number Diff line number Diff line change 66use Ibexa \Contracts \Rest \Output \ValueObjectVisitorDispatcher as BaseValueObjectVisitorDispatcher ;
77use 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments