8000 minor #26604 [Console] Fix docblock of DescriptorInterface::describe … · symfony/symfony@019590d · GitHub
[go: up one dir, main page]

Skip to content

Commit 019590d

Browse files
committed
minor #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::describe
2 parents 7323372 + dad27b0 commit 019590d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Descriptor/DescriptorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
interface DescriptorInterface
2222
{
2323
/**
24-
* Describes an InputArgument instance.
24+
* Describes an object if supported.
2525
*
2626
* @param OutputInterface $output
2727
* @param object $object

0 commit comments

Comments
 (0)
0