@@ -50,7 +50,7 @@ discard block |
||
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | /** |
| 53 | - * @return mixed |
|
| 53 | + * @return string |
|
| 54 | 54 | */ |
| 55 | 55 | public function getMethod() |
| 56 | 56 | { |
@@ -58,7 +58,7 @@ discard block |
||
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | /** |
| 61 | - * @return mixed |
|
| 61 | + * @return string |
|
| 62 | 62 | */ |
| 63 | 63 | public function getName() |
| 64 | 64 | { |
@@ -1,15 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Netdudes\DataSourceryBundle\Tests\Extension; |
| 3 | 3 | |
| 4 | -use Netdudes\DataSourceryBundle\Extension\BuiltInFunctionsExtension; |
|
| 5 | 4 | use Netdudes\DataSourceryBundle\Extension\Context; |
| 6 | -use Netdudes\DataSourceryBundle\Extension\ContextAwareUqlFunction; |
|
| 7 | 5 | use Netdudes\DataSourceryBundle\Extension\Exception\FunctionNotFoundException; |
| 8 | 6 | use Netdudes\DataSourceryBundle\Extension\UqlExtensionContainer; |
| 9 | 7 | use Netdudes\DataSourceryBundle\Extension\UqlFunction; |
| 10 | 8 | use Netdudes\DataSourceryBundle\Extension\UqlFunctionCaller; |
| 11 | -use Netdudes\DataSourceryBundle\Util\CurrentDateTimeProvider; |
|
| 12 | -use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; |
|
| 13 | 9 | |
| 14 | 10 | class UqlFunctionCallerTest extends \PHPUnit_Framework_TestCase |
| 15 | 11 | { |