Completed
Pull Request — master (#12)
by
unknown
14:02
created
UQL/Interpreter.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
      * Helper method: matches filtering operators to valid UQL operators
74 74
      * in order to do Filter to UQL transformations
75 75
      *
76
-     * @param $method
76
+     * @param string $method
77 77
      *
78 78
      * @throws Exception\UQLInterpreterException
79 79
      * @return
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
      *
240 240
      * @param $token
241 241
      *
242
-     * @return mixed
242
+     * @return integer
243 243
      * @throws \Exception
244 244
      */
245 245
     protected function translateLogic($token)
@@ -262,7 +262,7 @@  discard block
 block discarded – undo
262 262
      *
263 263
      * @param $value
264 264
      *
265
-     * @return mixed
265
+     * @return string
266 266
      */
267 267
     protected function parseValue($value)
268 268
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Netdudes\DataSourceryBundle\DataSource\Configuration\Field;
6 6
 use Netdudes\DataSourceryBundle\DataSource\Configuration\FieldInterface;
7 7
 use Netdudes\DataSourceryBundle\DataSource\DataSourceInterface;
8
-use Netdudes\DataSourceryBundle\DataType\PercentDataType;
9 8
 use Netdudes\DataSourceryBundle\Extension\UqlExtensionContainer;
10 9
 use Netdudes\DataSourceryBundle\Query\Filter;
11 10
 use Netdudes\DataSourceryBundle\Query\FilterCondition;
Please login to merge, or discard this patch.