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 ( 54ff14...7df1ea )
by Aden
02:49
created
src/Flare/Admin/Models/ModelAdmin.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -527,7 +527,7 @@  discard block
 block discarded – undo
527 527
     /**
528 528
      * Determine if the Model Admin has Viewing Capabilities.
529 529
      * 
530
-     * @return bool
530
+     * @return null|boolean
531 531
      */
532 532
     public function hasViewing()
533 533
     {
@@ -598,7 +598,7 @@  discard block
 block discarded – undo
598 598
     /**
599 599
      * Determine if the Model Admin has Validating Capabilities.
600 600
      * 
601
-     * @return bool
601
+     * @return null|boolean
602 602
      */
603 603
     public function hasValidating()
604 604
     {
@@ -620,7 +620,7 @@  discard block
 block discarded – undo
620 620
      * 
621 621
      * @param string $trait
622 622
      * 
623
-     * @return bool
623
+     * @return null|boolean
624 624
      */
625 625
     public function hasTrait($trait = null)
626 626
     {
@@ -636,7 +636,7 @@  discard block
 block discarded – undo
636 636
      * 
637 637
      * @param string $contract
638 638
      * 
639
-     * @return bool
639
+     * @return boolean|null
640 640
      */
641 641
     public function hasContract($contract = null)
642 642
     {
Please login to merge, or discard this patch.