Merge pull request #386 from trxndynamics/develop

Minor Docblock update: return values on load function for PHPExcel_Reade...
This commit is contained in:
Progi1984 2014-06-12 10:42:51 +02:00
commit 0ce009a4d4
2 changed files with 2 additions and 0 deletions

View File

@ -338,6 +338,7 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE
* Loads PHPExcel from file
*
* @param string $pFilename
* @return PHPExcel
* @throws PHPExcel_Reader_Exception
*/
public function load($pFilename)

View File

@ -47,6 +47,7 @@ interface PHPExcel_Reader_IReader
* Loads PHPExcel from file
*
* @param string $pFilename
* @return PHPExcel
* @throws PHPExcel_Reader_Exception
*/
public function load($pFilename);