Terminate files with a NL to appease sensiolabs
authorgggeek <giunta.gaetano@gmail.com>
Fri, 17 Apr 2015 23:38:14 +0000 (00:38 +0100)
committergggeek <giunta.gaetano@gmail.com>
Fri, 17 Apr 2015 23:38:14 +0000 (00:38 +0100)
demo/server/server.php
src/Autoloader.php
src/Helper/Logger.php

index e6b4bb4..93585bf 100644 (file)
@@ -883,4 +883,4 @@ $s->service();
 // we do this to help the testsuite script: do not reproduce in production!
 if (isset($_COOKIE['PHPUNIT_SELENIUM_TEST_ID']) && extension_loaded('xdebug')) {
     include_once __DIR__ . "/../../vendor/phpunit/phpunit-selenium/PHPUnit/Extensions/SeleniumCommon/append.php";
-}
\ No newline at end of file
+}
index 77ba30f..40ec219 100644 (file)
@@ -33,4 +33,4 @@ class Autoloader
             require $file;
         }
     }
-}
\ No newline at end of file
+}
index 0bf6a20..77e0e14 100644 (file)
@@ -49,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
+}