Completed
Push — master ( d47983...d9cc9d )
by Markus
03:49
created
vendor/anax/mvc/webroot/dice_app.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  */
6 6
 
7 7
 // Get environment & autoloader.
8
-require __DIR__.'/config_with_app.php'; 
8
+require __DIR__ . '/config_with_app.php'; 
9 9
 
10 10
 
11 11
 
Please login to merge, or discard this patch.
vendor/anax/mvc/test/config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  *
11 11
  */
12 12
 define('ANAX_INSTALL_PATH', realpath(__DIR__ . '/../') . '/');
13
-define('ANAX_APP_PATH',     ANAX_INSTALL_PATH . 'app/');
13
+define('ANAX_APP_PATH', ANAX_INSTALL_PATH . 'app/');
14 14
 
15 15
 
16 16
 
Please login to merge, or discard this patch.
vendor/anax/mvc/src/DI/CDIFactoryTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 
14 14
 
15 15
 
16
-   /**
16
+    /**
17 17
      * Display a page for a HTTP status code.
18 18
      *
19 19
      * @param string code    status code to set the http header.
Please login to merge, or discard this patch.
vendor/anax/mvc/src/DI/TInjectable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 
14 14
 
15 15
 
16
-   /**
16
+    /**
17 17
      * Display a page for a HTTP status code.
18 18
      *
19 19
      * @param string code    status code to set the http header.
Please login to merge, or discard this patch.
vendor/anax/mvc/src/Response/CResponseBasic.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 
12 12
 
13 13
     /**
14
-    * Properties
15
-    *
16
-    */
14
+     * Properties
15
+     *
16
+     */
17 17
     private $requestUri; // Request URI from $_SERVER
18 18
     private $scriptName; // Scriptname from $_SERVER, actual scriptname part
19 19
     private $path;       // Scriptname from $_SERVER, path-part
Please login to merge, or discard this patch.
vendor/anax/mvc/app/src/Dice/CDice.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 
12 12
 
13 13
     /**
14
-    * Properties
15
-    *
16
-    */
14
+     * Properties
15
+     *
16
+     */
17 17
     private $requestUri; // Request URI from $_SERVER
18 18
     private $scriptName; // Scriptname from $_SERVER, actual scriptname part
19 19
     private $path;       // Scriptname from $_SERVER, path-part
Please login to merge, or discard this patch.
vendor/anax/mvc/app/config/environment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  *
11 11
  */
12 12
 define('ANAX_INSTALL_PATH', realpath(__DIR__ . '/../') . '/');
13
-define('ANAX_APP_PATH',     ANAX_INSTALL_PATH . 'app/');
13
+define('ANAX_APP_PATH', ANAX_INSTALL_PATH . 'app/');
14 14
 
15 15
 
16 16
 
Please login to merge, or discard this patch.
vendor/anax/mvc/webroot/hello_view.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  */
6 6
 
7 7
 // Get environment & autoloader.
8
-require __DIR__.'/config_with_app.php'; 
8
+require __DIR__ . '/config_with_app.php'; 
9 9
 
10 10
 
11 11
 
Please login to merge, or discard this patch.