Completed
Branch master (ae7efd)
by Carl
02:04
created
src/FlashMsg/FlashMsg.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 	/**
24 24
 	 * Add message to session array
25 25
 	 *
26
-	 * @param $type string with message type
26
+	 * @param string $type string with message type
27 27
 	 * @param $message string with message text
28 28
 	 *
29 29
 	 * @return void
Please login to merge, or discard this patch.
webroot/flashmessages.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php 
2 2
 /**
3
- * This is an Anax pagecontroller.
4
- *
5
- */
3
+	 * This is an Anax pagecontroller.
4
+	 *
5
+	 */
6 6
 
7 7
 // Get environment & autoloader and the $app-object.
8 8
 require __DIR__.'/config_with_app.php';
Please login to merge, or discard this 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 and the $app-object.
8
-require __DIR__.'/config_with_app.php';
8
+require __DIR__ . '/config_with_app.php';
9 9
 $app->theme->configure(ANAX_APP_PATH . 'config/theme.php');
10 10
 
11 11
 
Please login to merge, or discard this patch.