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 (db76c3)
by Dragos
14:30
created
src/Model/Invoice.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -660,7 +660,7 @@
 block discarded – undo
660 660
     /**
661 661
      * Get the customer number.
662 662
      *
663
-     * @return int
663
+     * @return string
664 664
      */
665 665
     public function getCustomerNumber()
666 666
     {
Please login to merge, or discard this patch.
src/Model/Notification/Customer/Customer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
     /**
211 211
      * Get the customer external ID.
212 212
      *
213
-     * @return int
213
+     * @return string
214 214
      */
215 215
     public function getCustomerExternalId()
216 216
     {
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
     /**
257 257
      * Get the customer number.
258 258
      *
259
-     * @return int The customer number.
259
+     * @return string The customer number.
260 260
      */
261 261
     public function getCustomerNumber()
262 262
     {
Please login to merge, or discard this patch.
src/Service/Customer/Get/RequestData.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
     /**
160 160
      * Get the customer number.
161 161
      *
162
-     * @return integer
162
+     * @return string
163 163
      */
164 164
     public function getCustomerNumber()
165 165
     {
Please login to merge, or discard this patch.