Completed
Push — master ( ccfaaa...e3c81e )
by arto
02:06
created
source/Net/Bazzline/Component/Template/AbstractTemplate.php 1 patch
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
- * @author stev leibelt <[email protected]>
4
- * @since 2015-10-01
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-10-01
5
+     */
6 6
 namespace Net\Bazzline\Component\Template;
7 7
 
8 8
 use InvalidArgumentException;
Please login to merge, or discard this patch.
Net/Bazzline/Component/Template/CallableComplexFileBasedTemplateManager.php 1 patch
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
- * @author stev leibelt <[email protected]>
4
- * @since 2015-10-28
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-10-28
5
+     */
6 6
 namespace Net\Bazzline\Component\Template;
7 7
 
8 8
 use InvalidArgumentException;
Please login to merge, or discard this patch.
source/Net/Bazzline/Component/Template/ComplexFileBasedTemplate.php 1 patch
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
- * @author stev leibelt <[email protected]>
4
- * @since 2015-10-03
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-10-03
5
+     */
6 6
 namespace Net\Bazzline\Component\Template;
7 7
 
8 8
 use RuntimeException;
Please login to merge, or discard this patch.
source/Net/Bazzline/Component/Template/DelimiterInterface.php 1 patch
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
- * @author stev leibelt <[email protected]>
4
- * @since 2015-10-07
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-10-07
5
+     */
6 6
 namespace Net\Bazzline\Component\Template;
7 7
 
8 8
 interface DelimiterInterface
Please login to merge, or discard this patch.
source/Net/Bazzline/Component/Template/RuntimeContentBasedTemplate.php 1 patch
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
- * @author stev leibelt <[email protected]>
4
- * @since: 2015-10-02
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since: 2015-10-02
5
+     */
6 6
 namespace Net\Bazzline\Component\Template;
7 7
 
8 8
 use InvalidArgumentException;
Please login to merge, or discard this patch.
source/Net/Bazzline/Component/Template/TemplateDumper.php 1 patch
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
- * @author stev leibelt <[email protected]>
4
- * @since 2015-10-09
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-10-09
5
+     */
6 6
 namespace Net\Bazzline\Component\Template;
7 7
 
8 8
 class TemplateDumper
Please login to merge, or discard this patch.
source/Net/Bazzline/Component/Template/TemplateInterface.php 1 patch
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
- * @author stev leibelt <[email protected]>
4
- * @since 2015-10-02
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2015-10-02
5
+     */
6 6
 namespace Net\Bazzline\Component\Template;
7 7
 
8 8
 use RuntimeException;
Please login to merge, or discard this patch.
source/Net/Bazzline/Component/Template/FileBasedTemplate.php 1 patch
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
- * @author stev leibelt <[email protected]>
4
- * @since: 2015-10-02
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since: 2015-10-02
5
+     */
6 6
 namespace Net\Bazzline\Component\Template;
7 7
 
8 8
 use InvalidArgumentException;
Please login to merge, or discard this patch.
Net/Bazzline/Component/Template/TryToInstallZendExpressiveTemplate.php 1 patch
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
- * @author stev leibelt <[email protected]>
4
- * @since 2016-01-30
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2016-01-30
5
+     */
6 6
 namespace Net\Bazzline\Component\Template;
7 7
 
8 8
 use Composer\Semver\Constraint\Constraint;
Please login to merge, or discard this patch.