We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b774082 commit a3d65a3Copy full SHA for a3d65a3
src/SimpleExcelReader.php
@@ -152,7 +152,7 @@ public function take(int $count): SimpleExcelReader
152
return $this;
153
}
154
155
- public function hasSheet(string $sheetName) : bool
+ public function hasSheet(string $sheetName): bool
156
{
157
$this->setReader();
158
@@ -163,6 +163,7 @@ public function hasSheet(string $sheetName) : bool
163
return true;
164
165
166
+
167
return false;
168
169
0 commit comments