GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 0eec41...ce035e )
by Jorge
04:24
created
src/Analytics.php 1 patch
Doc Comments   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -549,7 +549,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.