Completed
Branch master (25a17b)
by Karsten
02:55
created
src/PeekAndPoke/Component/Psi/Functions/Unary/TypeCheck/IsObject.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 29.05.2015 21:06
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 29.05.2015 21:06
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Functions\Unary\TypeCheck;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Functions\Unary\AbstractUnaryFunction;
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Functions/Unary/TypeCheck/IsResource.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 29.05.2015 21:06
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 29.05.2015 21:06
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Functions\Unary\TypeCheck;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Functions\Unary\AbstractUnaryFunction;
Please login to merge, or discard this patch.
src/PeekAndPoke/Component/Psi/Functions/Unary/TypeCheck/IsScalar.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 29.05.2015 21:06
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 29.05.2015 21:06
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Functions\Unary\TypeCheck;
8 8
 
9 9
 use PeekAndPoke\Component\Psi\Functions\Unary\AbstractUnaryFunction;
Please login to merge, or discard this patch.
PeekAndPoke/Component/Psi/Interfaces/Functions/BinaryFunctionInterface.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:01
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 06.05.2015 21:01
4
+     *
5
+     * @author Karsten J. Gerber <[email protected]>
6
+     */
7 7
 namespace PeekAndPoke\Component\Psi\Interfaces\Functions;
8 8
 
9 9
 
Please login to merge, or discard this patch.
Component/Psi/Interfaces/Operation/FullSetOperationInterface.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.
PeekAndPoke/Component/Psi/Interfaces/Predicate/BinaryPredicateInterface.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/Operation/AbstractBinaryFunctionOperation.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.
PeekAndPoke/Component/Psi/Operation/FullSet/AbstractSortingOperation.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:14
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 06.05.2015 22:14
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/FlattenOperation.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:14
4
- *
5
- * @author Karsten J. Gerber <[email protected]>
6
- */
3
+     * File was created 06.05.2015 22:14
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.