phpstan fix
This commit is contained in:
parent
4a4078f38f
commit
dbcb84bd4d
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue