Skip to content

Commit 18dd041

Browse files
Merge branch '3.2'
* 3.2: [Cache] Remove silenced warning tiggered by PhpArrayAdapter [Cache] Fix order of writes in ChainAdapter [Console] Fix return type in Terminal docblocks
2 parents 7db1902 + a41b79e commit 18dd041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)