| 1 | <?php |
||
| 18 | class SetupFactory extends APILegacySetupFactory |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @var string |
||
| 22 | */ |
||
| 23 | protected $repositoryReference = 'ezpublish.api.inner_repository'; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Returns the service container used for initialization of the repository. |
||
| 27 | * |
||
| 28 | * @return \eZ\Publish\Core\Base\ServiceContainer |
||
| 29 | */ |
||
| 30 | public function getServiceContainer() |
||
| 59 | } |
||
| 60 |
This check marks access to variables or properties that have not been declared yet. While PHP has no explicit notion of declaring a variable, accessing it before a value is assigned to it is most likely a bug.