Skip to content
Snippets Groups Projects

Issue #3269114: Back in 3.0: ParseError: syntax error, unexpected 'EntityTypeManagerInterface'

Open Issue #3269114: Back in 3.0: ParseError: syntax error, unexpected 'EntityTypeManagerInterface'
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,7 @@ class JsonApiImageStylesAdminForm extends ConfigFormBase {
*
* @var \Drupal\Core\Entity\EntityTypeManagerInterface
*/
protected EntityTypeManagerInterface $entityTypeManager;
protected $entityTypeManager;
/**
* Constructs a \Drupal\system\ConfigFormBase object.
Loading