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.
Passed
Branch development (274a82)
by butschster
07:06
created
src/Display/Tree/NestedsetType.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -66,9 +66,9 @@  discard block
 block discarded – undo
66 66
      *
67 67
      * @param $root
68 68
      * @param $parentId
69
-     * @param $left
69
+     * @param integer $left
70 70
      *
71
-     * @return mixed
71
+     * @return integer
72 72
      */
73 73
     protected function recursiveReorder($root, $parentId, $left)
74 74
     {
@@ -88,8 +88,8 @@  discard block
 block discarded – undo
88 88
      *
89 89
      * @param $id
90 90
      * @param $parentId
91
-     * @param $left
92
-     * @param $right
91
+     * @param integer $left
92
+     * @param integer $right
93 93
      */
94 94
     protected function move($id, $parentId, $left, $right)
95 95
     {
Please login to merge, or discard this patch.