Completed
Push — master ( c356d4...2e395b )
by arto
02:13
created
examples/Validator/AbstractTableValidator.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/Validator/TableValidatorCollection.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/Validator/WidthValidator.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/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/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/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/Validator/Table.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/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.
examples/Table/Items/Feature.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-06-26 
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2013-06-26 
5
+     */
6 6
 
7 7
 namespace Example\Table;
8 8
 
Please login to merge, or discard this patch.