Completed
Push — master ( 60a69c...60b6e8 )
by Karsten
02:49
created
src/PeekAndPoke/Component/Psi/Operation/Terminal/AverageOperation.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 09:11
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 07.05.2015 09:11
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Operation\Terminal;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Interfaces\Operation\TerminalOperationInterface;
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Operation/Terminal/CollectOperation.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 09:11
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 07.05.2015 09:11
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Operation\Terminal;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Interfaces\Operation\TerminalOperationInterface;
Please login to merge, or discard this patch.
PeekAndPoke/Component/Psi/Operation/Terminal/CollectToArrayOperation.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 09:11
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 07.05.2015 09:11
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Operation\Terminal;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Interfaces\Operation\TerminalOperationInterface;
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Operation/Terminal/CountOperation.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 09:11
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 07.05.2015 09:11
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Operation\Terminal;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Interfaces\Operation\TerminalOperationInterface;
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Operation/Terminal/JoinOperation.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 09:11
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 07.05.2015 09:11
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Operation\Terminal;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Interfaces\Operation\TerminalOperationInterface;
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Operation/Terminal/MaxOperation.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 09:11
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 07.05.2015 09:11
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Operation\Terminal;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Interfaces\Operation\TerminalOperationInterface;
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Operation/Terminal/MinOperation.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 09:11
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 07.05.2015 09:11
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Operation\Terminal;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Interfaces\Operation\TerminalOperationInterface;
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Predicate/BinaryPredicate.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:23
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 06.05.2015 17:23
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Predicate;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Interfaces\Functions\UnaryFunctionInterface;
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Functions/Binary/BinaryClosure.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 21:05
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 06.05.2015 21:05
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Functions\Unary;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Interfaces\Functions\UnaryFunctionInterface;
Please login to merge, or discard this patch.