mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-14 20:16:34 +00:00
Merge pull request #4899 from AJenbo/patch-1
Document exception in IOFactory.php
This commit is contained in:
@@ -175,6 +175,8 @@ abstract class IOFactory
|
||||
* IOFactory::READER_*.
|
||||
* @param array<string, class-string<IReader>> $mergeArray supplied readers will be merged with
|
||||
* default readers, allowing specification of a partial list.
|
||||
*
|
||||
* @throws Reader\Exception
|
||||
*/
|
||||
public static function createReaderForFile(string $filename, ?array $readers = null, array $mergeArray = []): IReader
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user