@@ -549,7 +549,7 @@ discard block |
||
| 549 | 549 | /** |
| 550 | 550 | * Sends a hit to GA. The hit will contain in the payload all the parameters added before. |
| 551 | 551 | * |
| 552 | - * @param $methodName |
|
| 552 | + * @param string $methodName |
|
| 553 | 553 | * @return AnalyticsResponse |
| 554 | 554 | * @throws Exception\InvalidPayloadDataException |
| 555 | 555 | */ |
@@ -619,8 +619,8 @@ discard block |
||
| 619 | 619 | /** |
| 620 | 620 | * Sets a parameter action to the value specified by the method call. |
| 621 | 621 | * |
| 622 | - * @param $parameter |
|
| 623 | - * @param $action |
|
| 622 | + * @param string $parameter |
|
| 623 | + * @param string $action |
|
| 624 | 624 | * @return $this |
| 625 | 625 | */ |
| 626 | 626 | protected function setParameterActionTo($parameter, $action) |
@@ -641,8 +641,8 @@ discard block |
||
| 641 | 641 | /** |
| 642 | 642 | * Gets a contant from a class dynamically. |
| 643 | 643 | * |
| 644 | - * @param $constant |
|
| 645 | - * @param $exceptionMsg |
|
| 644 | + * @param string $constant |
|
| 645 | + * @param string $exceptionMsg |
|
| 646 | 646 | * @return mixed |
| 647 | 647 | * @throws \BadMethodCallException |
| 648 | 648 | */ |
@@ -658,7 +658,7 @@ discard block |
||
| 658 | 658 | /** |
| 659 | 659 | * Sets the value for a parameter. |
| 660 | 660 | * |
| 661 | - * @param $methodName |
|
| 661 | + * @param string $methodName |
|
| 662 | 662 | * @param array $methodArguments |
| 663 | 663 | * @return $this |
| 664 | 664 | * @throws \InvalidArgumentException |
@@ -692,7 +692,7 @@ discard block |
||
| 692 | 692 | * |
| 693 | 693 | * @SuppressWarnings(PHPMD.LongVariable) |
| 694 | 694 | * |
| 695 | - * @param $methodName |
|
| 695 | + * @param string $methodName |
|
| 696 | 696 | * @param array $methodArguments |
| 697 | 697 | * @return $this |
| 698 | 698 | * @throws \InvalidArgumentException |
@@ -734,7 +734,7 @@ discard block |
||
| 734 | 734 | * |
| 735 | 735 | * @SuppressWarnings(PHPMD.LongVariable) |
| 736 | 736 | * |
| 737 | - * @param $methodName |
|
| 737 | + * @param string $methodName |
|
| 738 | 738 | * @param array $methodArguments |
| 739 | 739 | * @return string |
| 740 | 740 | * @throws \InvalidArgumentException |
@@ -797,7 +797,7 @@ discard block |
||
| 797 | 797 | /** |
| 798 | 798 | * Gets the fully qualified name for a parameter. |
| 799 | 799 | * |
| 800 | - * @param $parameterClass |
|
| 800 | + * @param string $parameterClass |
|
| 801 | 801 | * @param $methodName |
| 802 | 802 | * @return string |
| 803 | 803 | * @throws \BadMethodCallException |