Passed
Push — master ( 275bab...ff10b0 )
by Maxence
03:14
created
Pico/config/config.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@  discard block
 block discarded – undo
4 4
 /*
5 5
  * BASIC
6 6
  */
7
-$config['site_title'] = '';              // Site title
8
-$config['base_url'] = '';                    // Override base URL (e.g. http://example.com)
7
+$config['site_title'] = ''; // Site title
8
+$config['base_url'] = ''; // Override base URL (e.g. http://example.com)
9 9
 // $config['rewrite_url'] = null;               // A boolean indicating forced URL rewriting
10 10
 
11 11
 /*
@@ -24,8 +24,8 @@  discard block
 block discarded – undo
24 24
 // $config['date_format'] = '%D %T';            // Set the PHP date format as described here: http://php.net/manual/en/function.strftime.php
25 25
 // $config['pages_order_by'] = 'alpha';         // Order pages by "alpha" or "date"
26 26
 // $config['pages_order'] = 'asc';              // Order pages "asc" or "desc"
27
-$config['content_dir'] = 'content/';  // Content directory
28
-$config['content_ext'] = '.md';              // File extension of content files to serve
27
+$config['content_dir'] = 'content/'; // Content directory
28
+$config['content_ext'] = '.md'; // File extension of content files to serve
29 29
 
30 30
 /*
31 31
  * TIMEZONE
Please login to merge, or discard this patch.
lib/Service/PicoService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
 	 * @param Pico $pico
89 89
 	 * @param Website $website
90 90
 	 */
91
-	private function generateConfig(Pico &$pico, Website $website) {
91
+	private function generateConfig(Pico&$pico, Website $website) {
92 92
 		$pico->setConfig(
93 93
 			[
94 94
 				'content_dir' => 'content/',
Please login to merge, or discard this patch.