mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-01-16 20:48:15 +01:00
Remove unneeded method
This commit is contained in:
parent
eee0e8bc63
commit
60fb5b094f
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user