@@ -431,6 +431,7 @@ |
||
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 |
@@ -38,7 +38,7 @@ |
||
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 | /** |