mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-06-07 17:07:27 +02: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();
|
$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
|
* Retrieve the size of the JSON source and cache it
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user