Skip to content

Commit f3e17a2

Browse files
committed
Fixed Symfony deprecations
1 parent 3260e61 commit f3e17a2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Command/IndexBuildCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
8686
)
8787
);
8888
}
89+
90+
return 0;
8991
}
9092
}

Command/IndexCreateCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
6969
)
7070
);
7171
}
72+
73+
return 0;
7274
}
7375
}

0 commit comments

Comments
 (0)