Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 019590d

Browse filesBrowse 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
Copy full SHA for 019590d

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Descriptor/DescriptorInterface.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.