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 ( 747411...dcc06d )
by Francis
02:56
created
src/Factory/CssDocumentFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      * @param bool $mbSupport
22 22
      *      Turn multi byte support on or off 
23 23
      * 
24
-     * @return Document
24
+     * @return \Sabberworm\CSS\CSSList\Document
25 25
      *      A parsed CSS document object
26 26
      */ 
27 27
     public static function build($file, $mbSupport = false) {
Please login to merge, or discard this patch.
src/Factory/DomFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      *      A local file path or remote url
20 20
      * 
21 21
      * @return
22
-     *      A Dom object with the HTML parsed
22
+     PurgeHtmlCrawler      A Dom object with the HTML parsed
23 23
      */ 
24 24
     public static function build($file) {
25 25
         
Please login to merge, or discard this patch.