Skip to content

Updated to support PHP 8.4#116

Merged
SilverFire merged 2 commits intomasterfrom
php84
Apr 10, 2026
Merged

Updated to support PHP 8.4#116
SilverFire merged 2 commits intomasterfrom
php84

Conversation

@SilverFire
Copy link
Copy Markdown
Member

No description provided.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 9, 2026

Important

Review skipped

Too many files!

This PR contains 164 files, which is 14 over the limit of 150.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6813863c-8948-44e7-9b62-77ae2f72ff11

📥 Commits

Reviewing files that changed from the base of the PR and between ce8a6b3 and 8d4fb81.

📒 Files selected for processing (164)
  • .github/workflows/behat-tests.yml
  • .github/workflows/phpunit-tests.yml
  • .github/workflows/psalm-analysis.yml
  • composer.json
  • rector.php
  • src/EntityInterface.php
  • src/Exception/CannotReassignException.php
  • src/Exception/EntityNotFoundException.php
  • src/Exception/NotSupportedException.php
  • src/Exception/UnknownEntityException.php
  • src/ExceptionInterface.php
  • src/Money/MultipliedMoney.php
  • src/action/AbstractAction.php
  • src/action/Action.php
  • src/action/ActionCreationDto.php
  • src/action/ActionFactoryInterface.php
  • src/action/ActionInterface.php
  • src/action/ActionState.php
  • src/action/TemporaryAction.php
  • src/action/TemporaryActionInterface.php
  • src/action/UsageInterval.php
  • src/action/mux/ActionMuxInterface.php
  • src/action/mux/MuxException.php
  • src/bill/Bill.php
  • src/bill/BillCreationDto.php
  • src/bill/BillFactoryInterface.php
  • src/bill/BillInterface.php
  • src/bill/BillRepositoryInterface.php
  • src/bill/BillRequisite.php
  • src/bill/BillState.php
  • src/charge/AddonsContainerInterface.php
  • src/charge/Charge.php
  • src/charge/ChargeCreationDto.php
  • src/charge/ChargeFactoryInterface.php
  • src/charge/ChargeInterface.php
  • src/charge/ChargeModifier.php
  • src/charge/ChargeState.php
  • src/charge/GeneralizerInterface.php
  • src/charge/SettableChargeModifierTrait.php
  • src/charge/TimeLimitedModifierInterface.php
  • src/charge/derivative/ChargeDerivativeInterface.php
  • src/charge/derivative/ChargeDerivativeQueryInterface.php
  • src/charge/modifiers/AddonInterface.php
  • src/charge/modifiers/FixedDiscount.php
  • src/charge/modifiers/FullCombination.php
  • src/charge/modifiers/GrowingDiscount.php
  • src/charge/modifiers/Increase.php
  • src/charge/modifiers/Installment.php
  • src/charge/modifiers/Modifier.php
  • src/charge/modifiers/MonthlyCap.php
  • src/charge/modifiers/Once.php
  • src/charge/modifiers/PercentPoint.php
  • src/charge/modifiers/addons/Boolean.php
  • src/charge/modifiers/addons/ChargeType.php
  • src/charge/modifiers/addons/Date.php
  • src/charge/modifiers/addons/DayPeriod.php
  • src/charge/modifiers/addons/Discount.php
  • src/charge/modifiers/addons/Extremum.php
  • src/charge/modifiers/addons/Maximum.php
  • src/charge/modifiers/addons/Minimum.php
  • src/charge/modifiers/addons/MonthPeriod.php
  • src/charge/modifiers/addons/Period.php
  • src/charge/modifiers/addons/Reason.php
  • src/charge/modifiers/addons/Since.php
  • src/charge/modifiers/addons/Step.php
  • src/charge/modifiers/addons/Till.php
  • src/charge/modifiers/addons/YearPeriod.php
  • src/charge/modifiers/event/InstallmentWasFinished.php
  • src/charge/modifiers/event/InstallmentWasStarted.php
  • src/customer/Customer.php
  • src/customer/CustomerCreationDto.php
  • src/customer/CustomerFactoryInterface.php
  • src/customer/CustomerInterface.php
  • src/customer/CustomerRepositoryInterface.php
  • src/formula/Asserter.php
  • src/formula/FormulaEngine.php
  • src/formula/FormulaEngineException.php
  • src/formula/FormulaEngineInterface.php
  • src/formula/FormulaInterface.php
  • src/formula/FormulaRuntimeError.php
  • src/formula/FormulaSemanticsError.php
  • src/formula/FormulaSyntaxError.php
  • src/helpers/PriceChargesEstimator.php
  • src/order/Billing.php
  • src/order/BillingInterface.php
  • src/order/Calculator.php
  • src/order/CalculatorInterface.php
  • src/order/Collector.php
  • src/order/CollectorInterface.php
  • src/order/Order.php
  • src/order/OrderInterface.php
  • src/plan/Plan.php
  • src/plan/PlanCreationDto.php
  • src/plan/PlanFactory.php
  • src/plan/PlanFactoryInterface.php
  • src/plan/PlanInterface.php
  • src/plan/PlanRepositoryInterface.php
  • src/price/AbstractPrice.php
  • src/price/EnumPrice.php
  • src/price/FailedCalculatePriceException.php
  • src/price/FailedCreatePriceException.php
  • src/price/PriceCreationDto.php
  • src/price/PriceFactory.php
  • src/price/PriceFactoryInterface.php
  • src/price/PriceInterface.php
  • src/price/ProgressivePrice.php
  • src/price/ProgressivePriceThreshold.php
  • src/price/ProgressivePriceThresholdList.php
  • src/price/RatePrice.php
  • src/price/SinglePrice.php
  • src/price/SumsHydrator.php
  • src/product/Application/BillingRegistryService.php
  • src/product/Application/BillingRegistryServiceInterface.php
  • src/product/Domain/Model/Price/Exception/InvalidPriceTypeCollectionException.php
  • src/product/Domain/Model/Price/PriceTypeCollection.php
  • src/product/InvoiceDescriptionsBuilder.php
  • src/product/TariffTypeDefinition.php
  • src/product/TariffTypeDefinitionInterface.php
  • src/product/behavior/BehaviorInterface.php
  • src/product/behavior/BehaviorPriceTypeDefinitionCollection.php
  • src/product/behavior/PriceTypeBehaviorRegistry.php
  • src/product/behavior/TariffTypeBehaviorRegistry.php
  • src/product/invoice/RepresentationCollection.php
  • src/product/price/PriceTypeDefinition.php
  • src/product/price/PriceTypeDefinitionCollection.php
  • src/product/price/PriceTypeDefinitionCollectionInterface.php
  • src/product/price/PriceTypeDefinitionInterface.php
  • src/product/quantity/FractionQuantityData.php
  • src/product/quantity/QuantityFormatterDefinition.php
  • src/product/quantity/QuantityFormatterInterface.php
  • src/product/trait/HasLock.php
  • src/sale/AbstractSaleRepository.php
  • src/sale/Sale.php
  • src/sale/SaleCreationDto.php
  • src/sale/SaleFactoryInterface.php
  • src/sale/SaleInterface.php
  • src/sale/SaleRepositoryInterface.php
  • src/statement/Statement.php
  • src/statement/StatementBill.php
  • src/statement/StatementBillInterface.php
  • src/target/AbstractTarget.php
  • src/target/RenewableTarget.php
  • src/target/Target.php
  • src/target/TargetCreationDto.php
  • src/target/TargetFactory.php
  • src/target/TargetFactoryInterface.php
  • src/target/TargetInterface.php
  • src/target/TargetRepositoryInterface.php
  • src/target/TargetWasCreated.php
  • src/tools/AggregationException.php
  • src/tools/Aggregator.php
  • src/tools/AggregatorInterface.php
  • src/tools/CachedDateTimeProvider.php
  • src/tools/DbMergingAggregator.php
  • src/tools/Factory.php
  • src/tools/FactoryNotFoundException.php
  • src/tools/Merger.php
  • src/tools/MergerInterface.php
  • src/type/Type.php
  • src/type/TypeCreationDto.php
  • src/type/TypeFactory.php
  • src/type/TypeFactoryInterface.php
  • src/type/TypeInterface.php
  • src/usage/Usage.php

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch php84

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@SilverFire SilverFire merged commit 196e10e into master Apr 10, 2026
5 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant