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 — 3.0 ( ec7cbd...c3085b )
by Vermeulen
02:42
created
src/helpers/Secure.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     /**
56 56
      * Securize a variable
57 57
      * 
58
-     * @param mixed $data The variable to securize
58
+     * @param string $data The variable to securize
59 59
      * @param string $type The type of datas
60 60
      * @param boolean $htmlentities If use htmlentities function
61 61
      *  to more securize
Please login to merge, or discard this patch.