Completed
Branch master (25a17b)
by Karsten
02:55
created
Component/Psi/Interfaces/Operation/IntermediateOperationInterface.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
- * File was created 06.05.2015 16:23
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 06.05.2015 16:23
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Interfaces\Operation;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
Component/Psi/Interfaces/Operation/TerminalOperationInterface.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
- * File was created 06.05.2015 16:24
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 06.05.2015 16:24
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Interfaces\Operation;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Interfaces/OperationChainSolverInterface.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
- * File was created 06.05.2015 22:54
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 06.05.2015 22:54
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Interfaces;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
PeekAndPoke/Component/Psi/Interfaces/Predicate/UnaryPredicateInterface.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
- * File was created 06.05.2015 17:19
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 06.05.2015 17:19
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Interfaces\Predicate;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Interfaces/PsiFactoryInterface.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
- * File was created 12.06.2015 09:39
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 12.06.2015 09:39
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Interfaces;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Exception\PsiException;
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Iterator/KeylessAppendIterator.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
- * File was created 12.06.2015 09:31
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 12.06.2015 09:31
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Iterator;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Operation/AbstractUnaryFunctionOperation.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
- * File was created 07.05.2015 12:08
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 07.05.2015 12:08
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Operation;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Interfaces\Functions\UnaryFunctionInterface;
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Operation/FullSet/GroupOperation.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
- * File was created 09.06.2015 06:50
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 09.06.2015 06:50
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Operation\FullSet;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Interfaces\Operation\FullSetOperationInterface;
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Operation/FullSet/SortByOperation.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
- * File was created 12.06.2015 12:38
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 12.06.2015 12:38
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Operation\FullSet;
8 8
 
9 9
 
Please login to merge, or discard this patch.