]> git.mxchange.org Git - core.git/commitdiff
Also wrong ... :(
authorRoland Häder <roland@mxchange.org>
Sun, 17 Apr 2011 18:54:27 +0000 (18:54 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 17 Apr 2011 18:54:27 +0000 (18:54 +0000)
inc/classes/main/streams/input/class_
inc/classes/main/streams/output/class_

index f72b979dfc01a6ae48f0dfb0b17cacc4bf800d99..935f1f0e85e3d098bdd4f5317ba2eaf433e29a57 100644 (file)
@@ -37,7 +37,7 @@ class ???InputStream extends BaseStream implements InputStreamable {
         *
         * @return      $streamInstance         An instance of this node class
         */
-       public final static function create???InputStream (Requestable $requestInstance) {
+       public final static function create???InputStream () {
                // Get a new instance
                $streamInstance = new ???InputStream();
 
index 1c389811a68cfe98afa33024ac2039156c1ace62..e0020e7bac6a7feadae9b5f7773cc24f26d75a97 100644 (file)
@@ -37,7 +37,7 @@ class ???OutputStream extends BaseStream implements OutputStreamable {
         *
         * @return      $streamInstance         An instance of this node class
         */
-       public final static function create???OutputStream (Requestable $requestInstance) {
+       public final static function create???OutputStream () {
                // Get a new instance
                $streamInstance = new ???OutputStream();