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
Branch master (17a67c)
by Mohannad
05:37
created
src/Concerns/MapMethods.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * @param $arguments
74
-     * @param $class
74
+     * @param string $class
75 75
      *
76 76
      * @return mixed
77 77
      */
Please login to merge, or discard this patch.
src/Concerns/PrepareClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      * setClient
23 23
      * Insert description here.
24 24
      *
25
-     * @param $client
25
+     * @param SMSAWebService $client
26 26
      *
27 27
      * @return
28 28
      */
Please login to merge, or discard this patch.
src/Config.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      * @param string $name
24 24
      *
25 25
      * @return
26
-     */
26
+     string
27 27
     public static function get($name)
28 28
     {
29 29
         return static::$config[$name];
Please login to merge, or discard this patch.
src/Methods/ArrayOfOrderLineItem.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
     /**
142 142
      * Countable implementation.
143 143
      *
144
-     * @return OrderLineItem Return count of elements
144
+     * @return integer Return count of elements
145 145
      */
146 146
     public function count()
147 147
     {
Please login to merge, or discard this patch.
src/SoapClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      * __soapCall
18 18
      * Insert description here.
19 19
      *
20
-     * @param $function_name
20
+     * @param string $function_name
21 21
      * @param $arguments
22 22
      * @param $options
23 23
      * @param $input_headers
Please login to merge, or discard this patch.