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 ( 03db1d...c33da0 )
by Telyn
03:15
created
agents/COB/FileBlock.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@
 block discarded – undo
17 17
     /// @brief Constructs a new COBFileBlock
18 18
     /**
19 19
      * @param string $type The file type
20
-     * @param $name The file name (including extension)
21
-     * @param $contents The contents of the file
20
+     * @param string $name The file name (including extension)
21
+     * @param string|false $contents The contents of the file
22 22
      */
23 23
     public function COBFileBlock($type, $name, $contents) {
24 24
         parent::COBBlock(COB_BLOCK_FILE);
Please login to merge, or discard this patch.
agents/PRAY/DFAMBlock.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      * If $prayfile is not null, all the data for this block
18 18
      * will be read from the PRAYFile.
19 19
      * @param PRAYFile $prayfile The PRAYFile that this DSAG block belongs to.
20
-     * @param $name The block's name.
20
+     * @param string $name The block's name.
21 21
      * @param $content The binary data of this block. May be null.
22 22
      * @param $flags The block's flags
23 23
      */
Please login to merge, or discard this patch.
agents/PRAY/SFAMBlock.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      * If $prayfile is not null, all the data for this block
18 18
      * will be read from the PRAYFile.
19 19
      * @param PRAYFile $prayfile The PRAYFile that this DSAG block belongs to.
20
-     * @param $name The block's name.
20
+     * @param string $name The block's name.
21 21
      * @param $content The binary data of this block. May be null.
22 22
      * @param $flags The block's flags
23 23
      */
Please login to merge, or discard this patch.