define clonability
[awesomized/ext-ion] / ion.stub.php
index 8a3426917326dff79db3ae6814ce92125a190522..158553e54aab169f525113fd9c9fcfe2ad0eb572 100644 (file)
@@ -112,7 +112,9 @@ function System() : \ion\Symbol\Table {}
 
 namespace ion\Symbol\Table;
 class Local implements \ion\Symbol\Table {
+    /** Internal cache */
     private array $imports = [];
+    /** Internal cache */
     private array $symbols = [];
 
     public function __construct() {}
@@ -288,6 +290,7 @@ interface Reader extends \RecursiveIterator {
     public function getValueOffset() : int;
     public function getValueLength() : int;
 }
+
 namespace ion\Reader;
 class Options {
     public function __construct(