Remove unneeded method

This commit is contained in:
Andrea Marco Sartori 2023-06-13 17:09:09 +02:00
parent eee0e8bc63
commit 60fb5b094f

View File

@ -67,16 +67,6 @@ abstract class Source implements IteratorAggregate
$this->config = $config ?: new Config();
}
/**
* Retrieve the underlying configuration
*
* @return Config
*/
public function config(): Config
{
return $this->config;
}
/**
* Retrieve the size of the JSON source and cache it
*