Completed
Push — develop ( 353f64...6b3632 )
by
unknown
11:10
created
plugins/phile/phpFastCache/Classes/Plugin.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Plugin class
4
- */
3
+     * Plugin class
4
+     */
5 5
 
6 6
 /*
7 7
  * The namespace structure is Phile\Plugin\<vendor>\<plugin-name>
Please login to merge, or discard this patch.
plugins/phile/templateTwig/Classes/Plugin.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Plugin class
4
- */
3
+     * Plugin class
4
+     */
5 5
 
6 6
 /*
7 7
  * The namespace structure is Phile\Plugin\<vendor>\<plugin-name>
Please login to merge, or discard this patch.
plugins/phile/templateTwig/config.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * config file
4
- */
3
+     * config file
4
+     */
5 5
 return [
6 6
     'setting-example' => 'I love Phile!'
7 7
 ];
Please login to merge, or discard this patch.
lib/Phile/Session.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The Session class
4
- */
3
+     * The Session class
4
+     */
5 5
 namespace Phile;
6 6
 
7 7
 /**
Please login to merge, or discard this patch.
index.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author PhileCMS
4
- * @link https://philecms.com
5
- * @license http://opensource.org/licenses/MIT
6
- * @package Phile
7
- */
3
+     * @author PhileCMS
4
+     * @link https://philecms.com
5
+     * @license http://opensource.org/licenses/MIT
6
+     * @package Phile
7
+     */
8 8
 
9 9
 require_once __DIR__ . '/lib/Phile/Bootstrap.php';
10 10
 
Please login to merge, or discard this patch.
lib/Phile/Registry.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Registry class
4
- */
3
+     * Registry class
4
+     */
5 5
 namespace Phile\Core;
6 6
 
7 7
 /**
Please login to merge, or discard this patch.
lib/Phile/Exception/PluginException.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Plugin Exception
4
- */
3
+     * Plugin Exception
4
+     */
5 5
 
6 6
 namespace Phile\Exception;
7 7
 
Please login to merge, or discard this patch.
lib/Phile/ServiceLocator.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The SerciveLocator class
4
- */
3
+     * The SerciveLocator class
4
+     */
5 5
 namespace Phile\Core;
6 6
 
7 7
 use Phile\Exception\ServiceLocatorException;
Please login to merge, or discard this patch.