forked from wallabag/wallabag
Fix some self deprecation notices
This commit is contained in:
@ -15,7 +15,7 @@ class SchemaAdapterSubscriber implements EventSubscriber
|
||||
$this->databaseTablePrefix = $databaseTablePrefix;
|
||||
}
|
||||
|
||||
public function getSubscribedEvents()
|
||||
public function getSubscribedEvents(): array
|
||||
{
|
||||
return ['postGenerateSchema'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user