Commit 019590d
committed
minor symfony#26604 [Console] Fix docblock of DescriptorInterface::describe (codedmonkey)
This PR was merged into the 2.7 branch.
Discussion
----------
[Console] Fix docblock of DescriptorInterface::describe
| Q | A
| ------------- | ---
| Branch? | 2.7
| Bug fix? | yes?
This might be the smallest commit ever, but I came across this docblock which seems to be incorrectly copied from https://github.com/symfony/symfony/blob/7101893b51cf6d6e2a9bc131eadefa0a02151d11/src/Symfony/Component/Console/Descriptor/Descriptor.php#L74 and it threw me off guard for a moment when I read it.
I can see more improvements being made (like mentioning the `InvalidArgumentException`) but I didn't want to overdo it.
Commits
-------
dad27b0 [Console] Fix docblock of DescriptorInterface::describeFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Console/Descriptor
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments