Commit d2d869f
committed
minor symfony#61550 [Console] Add phpdoc for return type of subscribed signals (nesl247)
This PR was squashed before being merged into the 7.4 branch.
Discussion
----------
[Console] Add phpdoc for return type of subscribed signals
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | yes
| New feature? | no <!-- if yes, also update src/**/CHANGELOG.md -->
| Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
| Issues |
| License | MIT
The signals are integers, but the array return type was missing. This meant we had to add this to every implementation to prevent phpstan from complaining.
Commits
-------
8885fc4 [Console] Add phpdoc for return type of subscribed signalsFile tree
1 file changed
+4
-0
lines changed- src/Symfony/Component/Console/Command
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
0 commit comments