Terminate files with a NL to appease sensiolabs
[plcapi.git] / src / Helper / Logger.php
index bf86aba..77e0e14 100644 (file)
@@ -1,14 +1,7 @@
 <?php
-/**
- * Created by PhpStorm.
- * User: gg
- * Date: 12/04/2015
- * Time: 12:11
- */
 
 namespace PhpXmlRpc\Helper;
 
-
 class Logger
 {
     protected static $instance = null;
@@ -56,4 +49,4 @@ class Logger
         // let the user see this now in case there's a time out later...
         flush();
     }
-}
\ No newline at end of file
+}