contentful / ContentfulBundle

Symfony Bundle for the Contentful SDK.
MIT License
32 stars 19 forks source link

The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. #61

Open dbebawy-modus opened 2 years ago

dbebawy-modus commented 2 years ago
  1. The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Contentful\ContentfulBundle\Command\Delivery\InfoCommand".
  2. The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Contentful\ContentfulBundle\Command\Delivery\DebugCommand".

Resources:

svenluijten commented 1 year ago

Fixed in #62.

Sebb767 commented 1 year ago

v7.2 somewhat addresses this, but we can't switch to the new syntax yet as it's not supported in PHP7 and therefore not in Symphony 5.4.

Ctucker9233 commented 1 year ago

@Sebb767 What is the new syntax if you're on PHP8 ?