phpstan fix

This commit is contained in:
MarkBaker 2022-05-11 19:54:16 +02:00
parent 4a4078f38f
commit dbcb84bd4d
1 changed files with 1 additions and 1 deletions

View File

@ -3012,7 +3012,7 @@ class Worksheet implements IComparable
* *
* @return mixed * @return mixed
*/ */
public static function extractSheetTitle(string $range, $returnRange = false) public static function extractSheetTitle($range, $returnRange = false)
{ {
if ($range === null) { if ($range === null) {
return $returnRange ? [null, null] : null; return $returnRange ? [null, null] : null;