This repository was archived by the owner on Jul 28, 2022. It is now read-only.
Commit 5a6d348
Change void return declarations commands to be integer returns
Calling these commands would throw a FatalErrorException: Compile Error:
A void function must not return a value
Since symfony commands require a proper exit code to be returned this
should be an integer return type1 parent c0ee583 commit 5a6d348
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments