]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/io/pointer/class_InputPointer.php
Continued:
[core.git] / framework / main / interfaces / io / pointer / class_InputPointer.php
index 092da082f26f42592bcd974b0444a7a606b74d30..faa6415720ecaca04388cb1851062774c9b9797c 100644 (file)
@@ -52,6 +52,6 @@ interface InputPointer extends StreamableInput, FilePointer {
         *                                                                      is not set by setFileObject()
         * @throws      InvalidResourceException        If there is being set
         */
-       function read ($bytes = NULL);
+       function read (int $bytes = NULL);
 
 }