Completed
Pull Request — master (#115)
by Alex
04:22
created
src/POData/HttpProcessUtility.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -431,6 +431,7 @@
 block discarded – undo
431 431
      * @param int    &$textIndex    Index into text where the qvalue starts
432 432
      * @param int    &$qualityValue After the method executes, the normalized qvalue
433 433
      * @param int    $textIndex
434
+     * @param string $qualityValue
434 435
      *
435 436
      * @throws HttpHeaderFailure    If any error occurred while reading and processing
436 437
      *                              the quality factor
Please login to merge, or discard this patch.
QueryProcessor/ExpressionParser/Expressions/BinaryExpression.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function getLeft()
40 40
     {
41
-        return isset($this->left) ? $this->left: null;
41
+        return isset($this->left) ? $this->left : null;
42 42
     }
43 43
 
44 44
     /**
Please login to merge, or discard this patch.