mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-01-17 04:58:15 +01:00
Fix style
This commit is contained in:
parent
403abb8859
commit
b74045e9e3
@ -84,7 +84,7 @@ abstract class Source implements IteratorAggregate
|
||||
*/
|
||||
public function size(): ?int
|
||||
{
|
||||
if(!$this->sizeWasSet) {
|
||||
if (!$this->sizeWasSet) {
|
||||
$this->size = $this->calculateSize();
|
||||
$this->sizeWasSet = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user