Completed
Pull Request — master (#15)
by
unknown
02:47
created
Extension/UqlFunction.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
58 58
     }
59 59
 
60 60
     /**
61
-     * @return mixed
61
+     * @return string
62 62
      */
63 63
     public function getName()
64 64
     {
Please login to merge, or discard this patch.
Tests/Extension/UqlFunctionCallerTest.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,15 +1,11 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.