Commit 01643d9
committed
minor #8897 Don't use OutputInterface::VERBOSITY constants, use PHP methods instead (javiereguiluz)
This PR was merged into the 2.7 branch.
Discussion
----------
Don't use OutputInterface::VERBOSITY constants, use PHP methods instead
This article was the last place where we used the constants instead of the convenient shortcuts.
Commits
-------
36f8174 Don't use OutputInterface::VERBOSITY constants, use PHP methods instead1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments