8000 [Console] Fix return type in Terminal docblocks · symfony/symfony@6afb0af · GitHub
[go: up one dir, main page]

Skip to content

Commit 6afb0af

Browse files
committed
[Console] Fix return type in Terminal docblocks
1 parent 142afa3 commit 6afb0af

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