Completed
Branch 2.0.x (e30486)
by Andrew
02:20
created
config/kohanaview.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Configuration for the KohanaView module
4
- *
5
- * @author     Andrew Coulton <[email protected]>
6
- * @copyright  2015 inGenerator Ltd
7
- * @license    http://kohanaframework.org/license
8
- */
3
+     * Configuration for the KohanaView module
4
+     *
5
+     * @author     Andrew Coulton <[email protected]>
6
+     * @copyright  2015 inGenerator Ltd
7
+     * @license    http://kohanaframework.org/license
8
+     */
9 9
 return [
10 10
     'template_manager' => [
11 11
         // Where compiled templates should be stored
Please login to merge, or discard this patch.
config/dependencies.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * KohanaView dependency container configuration for use with https://github.com/zeelot/kohana-dependencies
4
- *
5
- * @author     Andrew Coulton <[email protected]>
6
- * @copyright  2015 inGenerator Ltd
7
- * @license    http://kohanaframework.org/license
8
- */
3
+     * KohanaView dependency container configuration for use with https://github.com/zeelot/kohana-dependencies
4
+     *
5
+     * @author     Andrew Coulton <[email protected]>
6
+     * @copyright  2015 inGenerator Ltd
7
+     * @license    http://kohanaframework.org/license
8
+     */
9 9
 return [
10 10
     'kohanaview' => [
11 11
         'renderer' => [
Please login to merge, or discard this patch.
classes/Ingenerator/KohanaView/TemplateSpecifyingViewModel.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author     Andrew Coulton <[email protected]>
4
- * @copyright  2015 inGenerator Ltd
5
- * @license    http://kohanaframework.org/license
6
- */
3
+     * @author     Andrew Coulton <[email protected]>
4
+     * @copyright  2015 inGenerator Ltd
5
+     * @license    http://kohanaframework.org/license
6
+     */
7 7
 
8 8
 namespace Ingenerator\KohanaView;
9 9
 
Please login to merge, or discard this patch.
classes/Ingenerator/KohanaView/TemplateManager.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author     Andrew Coulton <[email protected]>
4
- * @copyright  2015 inGenerator Ltd
5
- * @license    http://kohanaframework.org/license
6
- */
3
+     * @author     Andrew Coulton <[email protected]>
4
+     * @copyright  2015 inGenerator Ltd
5
+     * @license    http://kohanaframework.org/license
6
+     */
7 7
 
8 8
 namespace Ingenerator\KohanaView;
9 9
 
Please login to merge, or discard this patch.
classes/Ingenerator/KohanaView/Exception/UndefinedViewVarException.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author     Andrew Coulton <[email protected]>
4
- * @copyright  2015 inGenerator Ltd
5
- * @license    http://kohanaframework.org/license
6
- */
3
+     * @author     Andrew Coulton <[email protected]>
4
+     * @copyright  2015 inGenerator Ltd
5
+     * @license    http://kohanaframework.org/license
6
+     */
7 7
 
8 8
 namespace Ingenerator\KohanaView\Exception;
9 9
 
Please login to merge, or discard this patch.
Ingenerator/KohanaView/Exception/UnspecifiedTemplateNameException.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author     Andrew Coulton <[email protected]>
4
- * @copyright  2015 inGenerator Ltd
5
- * @license    http://kohanaframework.org/license
6
- */
3
+     * @author     Andrew Coulton <[email protected]>
4
+     * @copyright  2015 inGenerator Ltd
5
+     * @license    http://kohanaframework.org/license
6
+     */
7 7
 
8 8
 namespace Ingenerator\KohanaView\Exception;
9 9
 
Please login to merge, or discard this patch.
classes/Ingenerator/KohanaView/Exception/TemplateCacheException.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author     Andrew Coulton <[email protected]>
4
- * @copyright  2015 inGenerator Ltd
5
- * @license    http://kohanaframework.org/license
6
- */
3
+     * @author     Andrew Coulton <[email protected]>
4
+     * @copyright  2015 inGenerator Ltd
5
+     * @license    http://kohanaframework.org/license
6
+     */
7 7
 
8 8
 namespace Ingenerator\KohanaView\Exception;
9 9
 
Please login to merge, or discard this patch.
classes/Ingenerator/KohanaView/Renderer/PageLayoutRenderer.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author     Andrew Coulton <[email protected]>
4
- * @copyright  2015 inGenerator Ltd
5
- * @license    http://kohanaframework.org/license
6
- */
3
+     * @author     Andrew Coulton <[email protected]>
4
+     * @copyright  2015 inGenerator Ltd
5
+     * @license    http://kohanaframework.org/license
6
+     */
7 7
 
8 8
 namespace Ingenerator\KohanaView\Renderer;
9 9
 
Please login to merge, or discard this patch.
classes/Ingenerator/KohanaView/Renderer.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author     Andrew Coulton <[email protected]>
4
- * @copyright  2015 inGenerator Ltd
5
- * @license    http://kohanaframework.org/license
6
- */
3
+     * @author     Andrew Coulton <[email protected]>
4
+     * @copyright  2015 inGenerator Ltd
5
+     * @license    http://kohanaframework.org/license
6
+     */
7 7
 
8 8
 namespace Ingenerator\KohanaView;
9 9
 
Please login to merge, or discard this patch.