X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Finterfaces%2Fio%2Fpointer%2Fclass_InputPointer.php;h=faa6415720ecaca04388cb1851062774c9b9797c;hb=9aafc2b0b062e10d0fa5d61bfb551938fcf422e2;hp=092da082f26f42592bcd974b0444a7a606b74d30;hpb=5c227d3d4b639d9e5141bb218c414eb877250cf4;p=core.git diff --git a/framework/main/interfaces/io/pointer/class_InputPointer.php b/framework/main/interfaces/io/pointer/class_InputPointer.php index 092da082..faa64157 100644 --- a/framework/main/interfaces/io/pointer/class_InputPointer.php +++ b/framework/main/interfaces/io/pointer/class_InputPointer.php @@ -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); }