Skip to content
Snippets Groups Projects

Fix PHP 8.2 compatibility issue

@@ -36,6 +36,13 @@ class SchemaFactoryTest extends KernelTestBase {
'user',
];
/**
* node type.
*
* @var \Drupal\node\Entity\NodeType
*/
protected $nodeType;
/**
* {@inheritdoc}
*/
Loading