]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/io/pointer/class_OutputPointer.php
The name "Pointer" was to general, better use "FilePointer" to make it clear
[core.git] / inc / classes / interfaces / io / pointer / class_OutputPointer.php
index 9ad7bcd8b66074b9f4f642f25967690a83fb9036..a4e000875ebb7e95f4b0bad5b2017499e74b793d 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-interface OutputPointer extends StreamableOutput, Pointer {
+interface OutputPointer extends StreamableOutput, FilePointer {
        /**
         * Write data to a file pointer
         *