@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 11.05.2015 07:05 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 11.05.2015 07:05 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Exception\PsiException; |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | $count = count($iteratables); |
| 35 | 35 | |
| 36 | 36 | if ($count == 1) { |
| 37 | - return $this->createSingleIterator($iteratables[0]); |
|
| 37 | + return $this->createSingleIterator($iteratables[ 0 ]); |
|
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | if ($count > 1) { |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 12.06.2015 09:51 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 12.06.2015 09:51 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi; |
| 8 | 8 | |
| 9 | 9 | /** |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 06.05.2015 22:56 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 06.05.2015 22:56 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Solver; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Interfaces\Operation\FullSetOperationInterface; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 29.05.2015 21:25 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 29.05.2015 21:25 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Functions\Unary\Matcher; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Functions\Unary\AbstractParameterisedUnaryFunction; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 29.05.2015 21:25 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 29.05.2015 21:25 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Functions\Unary\Matcher; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Functions\Unary\AbstractParameterisedUnaryFunction; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 29.05.2015 21:25 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 29.05.2015 21:25 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Functions\Unary\Matcher; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Functions\Unary\AbstractParameterisedUnaryFunction; |
@@ -1,9 +1,9 @@ |
||
| 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; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * File was created 29.05.2015 21:25 |
|
| 4 | - * |
|
| 5 | - * @author Karsten J. Gerber <[email protected]> |
|
| 6 | - */ |
|
| 3 | + * File was created 29.05.2015 21:25 |
|
| 4 | + * |
|
| 5 | + * @author Karsten J. Gerber <[email protected]> |
|
| 6 | + */ |
|
| 7 | 7 | namespace PeekAndPoke\Component\Psi\Functions\Unary\Matcher; |
| 8 | 8 | |
| 9 | 9 | use PeekAndPoke\Component\Psi\Functions\Unary\AbstractParameterisedUnaryFunction; |
@@ -1,9 +1,9 @@ |
||
| 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; |