Some cleanups, more usage of ObjectFactory:
[core.git] / inc / classes / middleware / io / class_FileIoHandler.php
index 7d8b8cc80d24b9d240390bb2fc31a20c40a07d68..22dff80329e9e95fa96c8cee61eea8403d64e8a7 100644 (file)
@@ -26,17 +26,17 @@ class FileIoHandler extends BaseMiddleware {
        /**
         * The *real* file input class we shall use for reading data
         */
-       private $inputStream = null;
+       private $inputStream = NULL;
 
        /**
         * The *real* file output class we shall use for reading data
         */
-       private $outputStream = null;
+       private $outputStream = NULL;
 
        /**
         * An instance of this class
         */
-       private static $thisInstance = null;
+       private static $thisInstance = NULL;
 
        /**
         * Protected constructor