8000 minor #21162 [Console] Fix return type in Terminal docblocks (pjcdawk… · symfony/symfony@f50e914 · GitHub
[go: up one dir, main page]

Skip to content

Commit f50e914

Browse files
committed
minor #21162 [Console] Fix return type in Terminal docblocks (pjcdawkins)
This PR was merged into the 3.2 branch. Discussion ---------- [Console] Fix return type in Terminal docblocks | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | This PR updates the docblock to reflect what's already in the code. Commits ------- 6afb0af [Console] Fix return type in Terminal docblocks
2 parents 8dedf9d + 6afb0af commit f50e914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Console/Terminal.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Terminal
1919
/**
2020
* Gets the terminal width.
2121
*
22-
* @return int|null
22+
* @return int
2323
*/
2424
public function getWidth()
2525
{
@@ -37,7 +37,7 @@ public function getWidth()
3737
/**
3838
* Gets the terminal height.
3939
*
40-
* @return int|null
40+
* @return int
4141
*/
4242
public function getHeight()
4343
{

0 commit comments

Comments
 (0)
0