Merge pull request #4899 from AJenbo/patch-1

Document exception in IOFactory.php
This commit is contained in:
oleibman
2026-06-06 15:58:31 +00:00
committed by GitHub
+2
View File
@@ -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
{