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 — 2.9 ( 5bbd54...4927bc )
by Thorsten
08:36
created
phpmyfaq/inc/PMF/Faq.php 1 patch
Doc Comments   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -492,7 +492,7 @@  discard block
 block discarded – undo
492 492
      * This function returns all not expired records from the given record ids.
493 493
      *
494 494
      * @param array  $recordIds Array of record ids
495
-     * @param string $orderby    Order by
495
+     * @param string $orderBy    Order by
496 496
      * @param string $sortBy     Sort by
497 497
      *
498 498
      * @return string
@@ -1165,7 +1165,7 @@  discard block
 block discarded – undo
1165 1165
      * @param int    $record_id  Record id
1166 1166
      * @param string $language   Language
1167 1167
      *
1168
-     * @return int
1168
+     * @return boolean
1169 1169
      */
1170 1170
     public function addCategoryRelations(Array $categories, $record_id, $language)
1171 1171
     {
@@ -1660,7 +1660,7 @@  discard block
 block discarded – undo
1660 1660
      * @param int    $record_id   Record id
1661 1661
      * @param string $record_lang Record language
1662 1662
      *
1663
-     * @return array
1663
+     * @return boolean
1664 1664
      */
1665 1665
     public function addNewRevision($record_id, $record_lang)
1666 1666
     {
@@ -2654,7 +2654,7 @@  discard block
 block discarded – undo
2654 2654
      * Build a logic sequence, for a WHERE statement, of those category IDs
2655 2655
      * children of the provided category ID, if any.
2656 2656
      *
2657
-     * @param   $nCatid
2657
+     * @param   integer $nCatid
2658 2658
      * @param   $logicOp
2659 2659
      * @param   $oCat
2660 2660
      *
@@ -2680,14 +2680,14 @@  discard block
 block discarded – undo
2680 2680
     /**
2681 2681
      * Build the SQL query for retrieving faq records according to the constraints provided.
2682 2682
      *
2683
-     * @param   $QueryType
2684
-     * @param   $nCatid
2685
-     * @param   $bDownwards
2686
-     * @param   $lang
2687
-     * @param   $date
2683
+     * @param   string $QueryType
2684
+     * @param   integer $nCatid
2685
+     * @param   boolean $bDownwards
2686
+     * @param   string $lang
2687
+     * @param   string $date
2688 2688
      * @param   $faqid
2689 2689
      *
2690
-     * @return array
2690
+     * @return string
2691 2691
      */
2692 2692
     private function _getSQLQuery($QueryType, $nCatid, $bDownwards, $lang, $date, $faqid = 0)
2693 2693
     {
Please login to merge, or discard this patch.