coverage++
[awesomized/ext-ion] / ion.stub.php
index 7818dde981e403198b45754e5e72935e38deb68b..750ee9c0bf6dd5166eeb1bf4011d3cc3e6d9a64a 100644 (file)
@@ -465,8 +465,8 @@ interface Writer {
     public function flush() : int;
     public function finish() : int;
 
-    public function writeOne(Reader $reader) : void;
-    public function writeAll(Reader $reader) : void;
+    // public function writeOne(Reader $reader) : void;
+    // public function writeAll(Reader $reader) : void;
 
     // public function getCatalog() : Catalog;
     // public function setCatalog(Catalog $catalog) : void;
@@ -504,8 +504,8 @@ abstract class Writer implements \ion\Writer {
     public function flush() : int {}
     public function finish() : int {}
 
-    public function writeOne(\ion\Reader $reader) : void {}
-    public function writeAll(\ion\Reader $reader) : void {}
+    // public function writeOne(\ion\Reader $reader) : void {}
+    // public function writeAll(\ion\Reader $reader) : void {}
 }
 
 namespace ion\Writer;