The class Sonata\AdminBundle\Admin\Admin has been deprecated: since version 3.1, to be removed in 4.0. Use Sonata\AdminBundle\AbstractAdmin instead
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
16
class ContentItemAdmin extends /** @scrutinizer ignore-deprecated */ Admin
Loading history...
17
{
18
/**
19
* @{inheritDoc}
20
*/
21
protected function configureFormFields(FormMapper $form)