We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af40474 commit 3359ff3Copy full SHA for 3359ff3
src/Service/Generator/Definition/AbstractDefinition.php
@@ -8,7 +8,7 @@
8
abstract class AbstractDefinition implements DefinitionInterface
9
{
10
protected array $result = [];
11
- protected AbstractSchemaManager $schema;
+ protected ?AbstractSchemaManager $schema = null;
12
protected array $attributes = [];
13
14
public function getAttributes(): array
0 commit comments