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 ( 02cc1c...ad152c )
by Sebastian
03:57 queued 01:53
created
src/Traits/Activatable.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Menu\Traits;
4 4
 
5
-use Spatie\Url\Url;
6 5
 use Spatie\Menu\Helpers\Str;
6
+use Spatie\Url\Url;
7 7
 
8 8
 /**
9 9
  * Expects an `$active` property on the class.
Please login to merge, or discard this patch.
src/Menu.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
189 189
     }
190 190
 
191 191
     /**
192
-     * @param $conditional
192
+     * @param boolean $conditional
193 193
      * @return bool
194 194
      */
195 195
     protected function resolveCondition($conditional)
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Spatie\Menu;
4 4
 
5 5
 use Countable;
6
-use Spatie\Menu\Html\Tag;
7
-use Spatie\Menu\Html\Attributes;
8 6
 use Spatie\Menu\Helpers\Reflection;
7
+use Spatie\Menu\Html\Attributes;
8
+use Spatie\Menu\Html\Tag;
9 9
 use Spatie\Menu\Traits\HasHtmlAttributes as HasHtmlAttributesTrait;
10 10
 use Spatie\Menu\Traits\HasParentAttributes as HasParentAttributesTrait;
11 11
 
Please login to merge, or discard this patch.