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 ( 9df84b...567f57 )
by Shea
02:05
created
code/dataobjects/Block.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
      * looks for templates that match BlockClassName_AreaName
222 222
      * falls back to BlockClassName.
223 223
      *
224
-     * @return string
224
+     * @return HTMLText
225 225
      **/
226 226
     public function forTemplate()
227 227
     {
@@ -237,7 +237,7 @@  discard block
 block discarded – undo
237 237
     }
238 238
 
239 239
     /**
240
-     * @return string
240
+     * @return HTMLText
241 241
      */
242 242
     public function BlockHTML()
243 243
     {
@@ -412,7 +412,7 @@  discard block
 block discarded – undo
412 412
     /**
413 413
      * Check if this block has been published.
414 414
      *
415
-     * @return bool True if this page has been published.
415
+     * @return string True if this page has been published.
416 416
      */
417 417
     public function isPublishedNice()
418 418
     {
Please login to merge, or discard this patch.
code/extensions/BlocksSiteTreeExtension.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -267,6 +267,7 @@
 block discarded – undo
267 267
 	/**
268 268
 	 * Get all Blocks from BlockSets that apply to this page.
269 269
 	 *
270
+	 * @param string $area
270 271
 	 * @return ArrayList
271 272
 	 * */
272 273
 	public function getBlocksFromAppliedBlockSets($area = null, $includeDisabled = false)
Please login to merge, or discard this patch.