Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
028bec4
)
Remove deprecated
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 8 Dec 2020 00:58:55 +0000
(
01:58
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 8 Dec 2020 00:58:55 +0000
(
01:58
+0100)
bin/console
patch
|
blob
|
history
diff --git
a/bin/console
b/bin/console
index c0512bf18390411c570960515e96fc71f46357c0..6e03e6e5aefd98b6bb315bc729ce5b2cc2099543 100644
(file)
--- a/
bin/console
+++ b/
bin/console
@@
-4,7
+4,7
@@
use App\Kernel;
use Symfony\Bundle\FrameworkBundle\Console\Application;
use Symfony\Component\Console\Input\ArgvInput;
-use Symfony\Component\
Debug
\Debug;
+use Symfony\Component\
ErrorHandler
\Debug;
if (false === in_array(\PHP_SAPI, ['cli', 'phpdbg', 'embed'], true)) {
echo 'Warning: The console should be invoked via the CLI version of PHP, not the '.\PHP_SAPI.' SAPI'.\PHP_EOL;