This commit is contained in:
Jeremy Benoist
2024-02-19 09:31:30 +01:00
committed by Jérémy Benoist
parent d4dca8f6c9
commit ed6ca862f5
11 changed files with 12 additions and 12 deletions

View File

@ -26,7 +26,7 @@ abstract class WallabagMigration extends AbstractMigration implements ContainerA
{
}
public function setContainer(ContainerInterface $container = null)
public function setContainer(?ContainerInterface $container = null)
{
$this->container = $container;
}