Code style

This commit is contained in:
Adrien Crivelli 2019-11-17 21:14:21 +01:00
parent 22bf54ca11
commit 256e5ad0e7
1 changed files with 2 additions and 2 deletions

View File

@ -607,7 +607,7 @@ class Html extends BaseReader
* Spreadsheet from content. * Spreadsheet from content.
* *
* @param string $content * @param string $content
* @param Spreadsheet|null $spreadsheet * @param null|Spreadsheet $spreadsheet
* *
* @return Spreadsheet * @return Spreadsheet
*/ */