We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4078f commit dbcb84bCopy full SHA for dbcb84b
src/PhpSpreadsheet/Worksheet/Worksheet.php
@@ -3012,7 +3012,7 @@ public function getHashCode()
3012
*
3013
* @return mixed
3014
*/
3015
- public static function extractSheetTitle(string $range, $returnRange = false)
+ public static function extractSheetTitle($range, $returnRange = false)
3016
{
3017
if ($range === null) {
3018
return $returnRange ? [null, null] : null;
0 commit comments