Skip to content

Commit

Permalink
Updating doc block to match the parameter used in the function
Browse files Browse the repository at this point in the history
  • Loading branch information
emerham committed Jun 3, 2019
1 parent cbc08c2 commit 3a42322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QnaParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private function createSheet(array $sheetData, Spreadsheet &$workBook)
* Save the workbook.
*
* @param string $outPutFile
* @param Xlsx $workBook
* @param Xlsx $writer
*/
private function saveWorkbook(string $outPutFile, Xlsx $writer)
{
Expand Down

0 comments on commit 3a42322

Please sign in to comment.