Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f9c6e6

Browse files
committed
minor #24656 nit: Fix phpdoc inconsistency and unreachable statement (TysonAndre)
This PR was merged into the 2.7 branch. Discussion ---------- nit: Fix phpdoc inconsistency and unreachable statement (detected by static analysis) | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | | Fixed tickets | | License | MIT | Doc PR | Commits ------- 44a21cd nit: Fix phpdoc inconsistency and unreachable statement
2 parents 2661da4 + 44a21cd commit 0f9c6e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Symfony/Component/Console/Helper/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Table
4646
/**
4747
* Number of columns cache.
4848
*
49-
* @var array
49+
* @var int
5050
*/
5151
private $numberOfColumns;
5252

src/Symfony/Component/Translation/PluralizationRules.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public static function get($number, $locale)
7171
case 'vi':
7272
case 'zh':
7373
return 0;
74-
break;
7574

7675
case 'af':
7776
case 'bn':

0 commit comments

Comments
 (0)