Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Dec 5, 2023
1 parent b774082 commit a3d65a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SimpleExcelReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function take(int $count): SimpleExcelReader
return $this;
}

public function hasSheet(string $sheetName) : bool
public function hasSheet(string $sheetName): bool
{
$this->setReader();

Expand All @@ -163,6 +163,7 @@ public function hasSheet(string $sheetName) : bool
return true;
}
}

return false;
}

Expand Down

0 comments on commit a3d65a3

Please sign in to comment.