mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 10:18:56 +02:00
Fixed deprecations
This commit is contained in:
parent
5faeb5dd56
commit
8b8079a6f1
3 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,7 @@ class LoadFixturesCommand extends Command
|
|||
parent::__construct();
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||
{
|
||||
$ui = new SymfonyStyle($input, $output);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue