Skip to content

Commit

Permalink
Add final to old Sylius Kernel class (Sylius#13524)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmenozzi committed Feb 4, 2022
1 parent bfea0db commit 4a595b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sylius/Bundle/CoreBundle/Application/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* @deprecated Using "Sylius\Bundle\CoreBundle\Application\Kernel" as Symfony kernel is deprecated since Sylius 1.3.
* Please migrate to Symfony 4 directory structure.
* Upgrade guide: https://github.com/Sylius/Sylius/blob/1.3/UPGRADE-1.3.md#directory-structure-change
* @final
*/
class Kernel extends HttpKernel
{
Expand Down

0 comments on commit 4a595b4

Please sign in to comment.