Skip to content

Commit

Permalink
Merge pull request #246 from AdobeDocs/bic-fixes
Browse files Browse the repository at this point in the history
Corrected 2.4.7-beta3 BIC highlight
  • Loading branch information
jeff-matthews authored Mar 14, 2024
2 parents 1708deb + 851e6af commit d04fda8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ The following major backward-incompatible changes were introduced in the 2.4.7-b

### Fixes to resolve compatibility issues with Symfony

The latest Symfony 6.4 LTS is not supported, so changes were made to keep Symfony LTS 5.4 in 2.4.7-beta3. Extension developers must define strict typing for return values in classes that use the changed interface: `Magento\Framework\Console\Cli::getDefaultCommands`.
The return type was changed for the [`Magento\Framework\Console\Cli::getDefaultCommands`](https://eat.magento.com/ui/phpFqn?searchKey=TWFnZW50b1xGcmFtZXdvcmtcQ29uc29sZVxDbGk6OmdldERlZmF1bHRDb21tYW5kcw==) interface to provide compatibility with the latest Symfony 6.4 LTS version.

Extension developers must define strict typing for return values in classes that use the changed interface: `Magento\Framework\Console\Cli::getDefaultCommands`.

### New system configuration for limiting coupon generation

Expand Down

0 comments on commit d04fda8

Please sign in to comment.