mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 03:59:11 +00:00
phpstan fix
This commit is contained in:
@@ -3012,7 +3012,7 @@ class Worksheet implements IComparable
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public static function extractSheetTitle(string $range, $returnRange = false)
|
||||
public static function extractSheetTitle($range, $returnRange = false)
|
||||
{
|
||||
if ($range === null) {
|
||||
return $returnRange ? [null, null] : null;
|
||||
|
||||
Reference in New Issue
Block a user