Update parameter type

This commit is contained in:
Andrea Marco Sartori 2023-06-15 00:04:51 +02:00
parent 3a0d6fe660
commit 6dbcf62791

View File

@ -53,7 +53,7 @@ abstract class Source implements IteratorAggregate
* Instantiate the class.
*
* @param mixed $source
* @param Config|null $config
* @param Config $config
*/
final public function __construct(
protected readonly mixed $source,