Skip to content

Commit 0a679ff

Browse files
committed
Regenerated baseline
1 parent 3543984 commit 0a679ff

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

deptrac.baseline.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ deptrac:
55
App\Block\Listener\MyBlockListener:
66
- Ibexa\FieldTypePage\FieldType\Page\Block\Renderer\BlockRenderEvents
77
- Ibexa\FieldTypePage\FieldType\Page\Block\Renderer\Event\PreRenderEvent
8+
- Ibexa\FieldTypePage\FieldType\Page\Block\Renderer\Twig\TwigRenderRequest
89
App\CatalogFilter\ProductNameFilterFormMapper:
910
- Ibexa\Bundle\ProductCatalog\Form\Type\TagifyType
1011
App\Checkout\Workflow\Strategy\NewWorkflow:
@@ -28,6 +29,10 @@ deptrac:
2829
- Ibexa\Discounts\Value\DiscountRule\FixedAmount
2930
App\Command\MigrationCommand:
3031
- Ibexa\Migration\Repository\Migration
32+
App\Command\OrderPriceCommand:
33+
- Ibexa\Discounts\Value\Price\Stamp\DiscountStamp
34+
- Ibexa\OrderManagement\Discounts\Value\DiscountsData
35+
- Ibexa\ProductCatalog\Money\IntlMoneyFactory
3136
App\Command\PaymentMethodCommand:
3237
- Ibexa\Payment\Values\PaymentMethodType
3338
App\Command\SegmentCommand:
@@ -73,6 +78,14 @@ deptrac:
7378
- Ibexa\CorporateAccount\Event\ApplicationWorkflowEvents
7479
- Ibexa\CorporateAccount\Persistence\Legacy\ApplicationState\HandlerInterface
7580
- Ibexa\CorporateAccount\Persistence\Values\ApplicationStateUpdateStruct
81+
App\Discounts\Condition\IsAccountAnniversary:
82+
- Ibexa\Discounts\Value\AbstractDiscountExpressionAware
83+
App\Discounts\Condition\IsAccountAnniversaryConditionFactory:
84+
- Ibexa\Discounts\Repository\DiscountCondition\DiscountConditionFactoryInterface
85+
App\Discounts\Rule\PurchasingPowerParityRule:
86+
- Ibexa\Discounts\Value\AbstractDiscountExpressionAware
87+
App\Discounts\Rule\PurchasingPowerParityRuleFactory:
88+
- Ibexa\Discounts\Repository\DiscountRule\DiscountRuleFactoryInterface
7689
App\Dispatcher\SomeClassThatSchedulesExecutionInTheBackground:
7790
- Ibexa\Bundle\Messenger\Stamp\DeduplicateStamp
7891
App\EventListener\TextAnchorMenuTabListener:
@@ -84,15 +97,19 @@ deptrac:
8497
- Ibexa\FormBuilder\Definition\FieldAttributeDefinitionBuilder
8598
- Ibexa\FormBuilder\Event\FieldDefinitionEvent
8699
- Ibexa\FormBuilder\Event\FormEvents
100+
App\EventSubscriber\HelpMenuSubscriber:
101+
- Ibexa\AdminUi\Menu\Event\ConfigureMenuEvent
87102
App\EventSubscriber\MyMenuSubscriber:
88103
- Ibexa\AdminUi\Menu\Event\ConfigureMenuEvent
89104
- Ibexa\AdminUi\Menu\MainMenuBuilder
90105
App\Event\RandomBlockListener:
91106
- Ibexa\FieldTypePage\FieldType\Page\Block\Renderer\BlockRenderEvents
92107
- Ibexa\FieldTypePage\FieldType\Page\Block\Renderer\Event\PreRenderEvent
108+
- Ibexa\FieldTypePage\FieldType\Page\Block\Renderer\Twig\TwigRenderRequest
93109
App\Event\Subscriber\BlockEmbedEventEventSubscriber:
94110
- Ibexa\FieldTypePage\FieldType\Page\Block\Renderer\BlockRenderEvents
95111
- Ibexa\FieldTypePage\FieldType\Page\Block\Renderer\Event\PreRenderEvent
112+
- Ibexa\FieldTypePage\FieldType\Page\Block\Renderer\Twig\TwigRenderRequest
96113
App\Event\Subscriber\RichTextBlockSubscriber:
97114
- Ibexa\FieldTypePage\FieldType\Page\Block\Renderer\BlockRenderEvents
98115
- Ibexa\FieldTypePage\FieldType\Page\Block\Renderer\Event\PreRenderEvent
@@ -114,6 +131,10 @@ deptrac:
114131
- Ibexa\FormBuilder\FormSubmission\Converter\BooleanFieldSubmissionConverter
115132
App\FormBuilder\Form\Type\FieldAttribute\AttributeRichtextDescriptionType:
116133
- Ibexa\FieldTypeRichText\Form\Type\RichTextType
134+
App\Form\FormMapper\PurchasingPowerParityFormMapper:
135+
- Ibexa\Bundle\Discounts\Form\FormMapper\AbstractFormMapper
136+
App\Form\Type\DiscountValue\PurchasingPowerParityValueType:
137+
- Ibexa\Bundle\Discounts\Form\Type\DiscountValueType
117138
App\Form\Type\OnePageCheckoutType:
118139
- Ibexa\Bundle\Checkout\Form\Type\AddressType
119140
- Ibexa\Bundle\Payment\Form\Type\PaymentMethodChoiceType

phpstan-baseline.neon

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,6 @@ parameters:
192192
count: 1
193193
path: code_samples/api/rest_api/src/Rest/Output/ValueObjectVisitorDispatcher.php
194194

195-
-
196-
message: '#^Method App\\Rest\\ValueObjectVisitor\\Greeting\:\:visit\(\) has no return type specified\.$#'
197-
identifier: missingType.return
198-
count: 1
199-
path: code_samples/api/rest_api/src/Rest/ValueObjectVisitor/Greeting.php
200-
201195
-
202196
message: '#^Parameter \#1 \.\.\.\$arrays of function array_merge expects array, iterable\<Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\URLAlias\> given\.$#'
203197
identifier: argument.type

0 commit comments

Comments
 (0)