Fix comment #65

This commit is contained in:
Adrien Crivelli 2017-01-05 11:11:18 +09:00
parent 3723bb825b
commit c8a69dfb54
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ interface IReader
*
* @throws Exception
*
* @return PhpSpreadsheet
* @return \PhpOffice\PhpSpreadsheet\Spreadsheet
*/
public function load($pFilename);
}

View File

@ -3,6 +3,7 @@
namespace PhpOffice\PhpSpreadsheet\Reader;
use PhpOffice\PhpSpreadsheet\Shared\File;
use PhpOffice\PhpSpreadsheet\Spreadsheet;
/**
* Copyright (c) 2006 - 2016 PhpSpreadsheet.