Completed
Push — master ( 3cdc20...b38339 )
by arto
05:09
created
examples/source/Example/Validator/ColorValidator.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 2013-08-12 
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2013-08-12 
5
+     */
6 6
 
7 7
 namespace Example\Validator;
8 8
 
Please login to merge, or discard this patch.
examples/source/Example/Validator/HeightValidator.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 2013-08-12 
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2013-08-12 
5
+     */
6 6
 
7 7
 namespace Example\Validator;
8 8
 
Please login to merge, or discard this patch.
examples/source/Example/Validator/LengthValidator.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 2013-08-12 
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2013-08-12 
5
+     */
6 6
 
7 7
 namespace Example\Validator;
8 8
 
Please login to merge, or discard this patch.
examples/source/Example/Validator/Example.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 2013-08-12 
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2013-08-12 
5
+     */
6 6
 
7 7
 namespace Example\Validator;
8 8
 
Please login to merge, or discard this patch.
examples/source/Example/WithDisabledItem/WillFailItem.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 2013-09-19
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2013-09-19
5
+     */
6 6
 
7 7
 namespace Example\WithDisabledItem;
8 8
 
Please login to merge, or discard this patch.
examples/source/Example/WithDisabledItem/Example.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 2013-09-16
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2013-09-16
5
+     */
6 6
 
7 7
 namespace Example\WithDisabledItem;
8 8
 
Please login to merge, or discard this patch.
examples/source/Example/WithDisabledRequirement/Example.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 2013-09-16
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2013-09-16
5
+     */
6 6
 
7 7
 namespace Example\WithDisabledRequirement;
8 8
 
Please login to merge, or discard this patch.
source/Net/Bazzline/Component/Requirement/AbstractItem.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 2013-09-30
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2013-09-30
5
+     */
6 6
 
7 7
 namespace Net\Bazzline\Component\Requirement;
8 8
 
Please login to merge, or discard this patch.
source/Net/Bazzline/Component/Requirement/ItemInterface.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 2013-09-30
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2013-09-30
5
+     */
6 6
 
7 7
 namespace Net\Bazzline\Component\Requirement;
8 8
 
Please login to merge, or discard this patch.