@@ -11,9 +11,9 @@ |
||
| 11 | 11 | { |
| 12 | 12 | /** @var array $cache */ |
| 13 | 13 | protected $cache = [ |
| 14 | - 'array' => null, // filled by toArray() |
|
| 15 | - 'string' => null, // filled by toString() |
|
| 16 | - 'semantic_id' => null, // filled by getSemanticId() |
|
| 14 | + 'array' => null, // filled by toArray() |
|
| 15 | + 'string' => null, // filled by toString() |
|
| 16 | + 'semantic_id' => null, // filled by getSemanticId() |
|
| 17 | 17 | ]; |
| 18 | 18 | |
| 19 | 19 | /** @var array $static_cache */ |