Completed
Push — master ( 88e8c4...f3da9e )
by arto
02:14
created
examples/Table/Items/RedColor.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.
examples/Table/Items/StevLeibeltDeveloper.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.
examples/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\WithDisabledRequirement;
8 8
 
Please login to merge, or discard this patch.
examples/WithDisabledCondition/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/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.
source/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/developmentAutoloader.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
- * @param string $className - the name of the class the autoloader should load
4
- * @return bool
5
- * @author stev leibelt <[email protected]>
6
- * @since 2013-06-25
7
- */
3
+     * @param string $className - the name of the class the autoloader should load
4
+     * @return bool
5
+     * @author stev leibelt <[email protected]>
6
+     * @since 2013-06-25
7
+     */
8 8
 function netBazzlineComponentRequirementDevelopmentAutoloader($className)
9 9
 {
10 10
     $namespace = 'Net\\Bazzline\\Component\\Requirement\\';
Please login to merge, or discard this patch.
source/IsDisabledInterface.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-29
5
- */
3
+     * @author stev leibelt <[email protected]>
4
+     * @since 2013-09-29
5
+     */
6 6
 
7 7
 namespace Net\Bazzline\Component\Requirement;
8 8
 
Please login to merge, or discard this patch.
examples/WithDisabledRequirement/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.