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 ( c7fb88...8166ca )
by Thorsten
14:38
created
phpmyfaq/inc/PMF/Faq.php 1 patch
Doc Comments   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1069,7 +1069,7 @@  discard block
 block discarded – undo
1069 1069
      * @param int    $record_id  Record id
1070 1070
      * @param string $language   Language
1071 1071
      *
1072
-     * @return int
1072
+     * @return boolean
1073 1073
      */
1074 1074
     public function addCategoryRelations(Array $categories, $record_id, $language)
1075 1075
     {
@@ -1534,7 +1534,7 @@  discard block
 block discarded – undo
1534 1534
      * @param int    $record_id   Record id
1535 1535
      * @param string $record_lang Record language
1536 1536
      *
1537
-     * @return array
1537
+     * @return boolean
1538 1538
      */
1539 1539
     public function addNewRevision($record_id, $record_lang)
1540 1540
     {
@@ -2534,7 +2534,7 @@  discard block
 block discarded – undo
2534 2534
      * Build a logic sequence, for a WHERE statement, of those category IDs
2535 2535
      * children of the provided category ID, if any.
2536 2536
      *
2537
-     * @param   $nCatid
2537
+     * @param   integer $nCatid
2538 2538
      * @param   $logicOp
2539 2539
      * @param   $oCat
2540 2540
      *
@@ -2564,14 +2564,14 @@  discard block
 block discarded – undo
2564 2564
     /**
2565 2565
      * Build the SQL query for retrieving faq records according to the constraints provided.
2566 2566
      *
2567
-     * @param   $QueryType
2568
-     * @param   $nCatid
2569
-     * @param   $bDownwards
2570
-     * @param   $lang
2571
-     * @param   $date
2567
+     * @param   string $QueryType
2568
+     * @param   integer $nCatid
2569
+     * @param   boolean $bDownwards
2570
+     * @param   string $lang
2571
+     * @param   string $date
2572 2572
      * @param   $faqid
2573 2573
      *
2574
-     * @return array
2574
+     * @return string
2575 2575
      *
2576 2576
      * @since   2005-11-02
2577 2577
      *
Please login to merge, or discard this patch.