Skip to content

Commit

Permalink
Fix return type hint (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCue authored and Mark Baker committed Apr 15, 2019
1 parent 0dd6e27 commit 25c7187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).

- Fix handling for escaped enclosures and new lines in CSV Separator Inference
- Fix MATCH an error was appearing when comparing strings against 0 (always true)
- Fix return type hint

## [1.6.0] - 2019-01-02

Expand Down
2 changes: 1 addition & 1 deletion src/PhpSpreadsheet/Spreadsheet.php
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ public function getAllSheets()
*
* @param string $pName Sheet name
*
* @return Worksheet
* @return null|Worksheet
*/
public function getSheetByName($pName)
{
Expand Down

0 comments on commit 25c7187

Please sign in to comment.