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 ( e68ec6...67ec88 )
by Nicolaas
01:45
created
code/control/ControllerPermissionChecker.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -8,6 +8,7 @@
 block discarded – undo
8 8
      * checks that the url is contains the secret code and is coming from the correct IP address (if not set to wildcard)
9 9
      * @var array $codesWithIPs
10 10
      * @var array $code - ID parameter in URL
11
+     * @param string $code
11 12
      * @return Boolean
12 13
      */
13 14
     public static function permissionCheck($codesWithIPs, $code)
Please login to merge, or discard this patch.
code/model/process/OrderStep_DisableSecondHandProduct.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
      *
31 31
      * @see Order::doNextStatus
32 32
      *
33
-     * @param Order object
33
+     * @param Order Order
34 34
      *
35 35
      * @return bool - true if the current step is ready to be run...
36 36
      **/
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
     /**
43 43
      * Add a member to the order - in case he / she is not a shop admin.
44 44
      *
45
-     * @param Order object
45
+     * @param Order Order
46 46
      *
47 47
      * @return bool - true if run correctly.
48 48
      **/
Please login to merge, or discard this patch.
code/model/process/OrderStep_RemoveSecondHandProduct.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
      *
31 31
      * @see Order::doNextStatus
32 32
      *
33
-     * @param Order object
33
+     * @param Order Order
34 34
      *
35 35
      * @return bool - true if the current step is ready to be run...
36 36
      **/
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
     /**
43 43
      * Add a member to the order - in case he / she is not a shop admin.
44 44
      *
45
-     * @param Order object
45
+     * @param Order Order
46 46
      *
47 47
      * @return bool - true if run correctly.
48 48
      **/
Please login to merge, or discard this patch.