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 ( 2ed0d1...4037d2 )
by Bram
09:11 queued 07:09
created
src/StrokerForm/Renderer/JqueryValidate/Rule/Between.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      * Whether this rule supports certain validators
60 60
      *
61 61
      * @param ValidatorInterface $validator
62
-     * @return mixed
62
+     * @return boolean
63 63
      */
64 64
     public function canHandle(ValidatorInterface $validator)
65 65
     {
Please login to merge, or discard this patch.
src/StrokerForm/Renderer/JqueryValidate/Rule/GreaterThan.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      * Whether this rule supports certain validators
60 60
      *
61 61
      * @param ValidatorInterface $validator
62
-     * @return mixed
62
+     * @return boolean
63 63
      */
64 64
     public function canHandle(ValidatorInterface $validator)
65 65
     {
Please login to merge, or discard this patch.
src/StrokerForm/Renderer/JqueryValidate/Rule/Identical.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      * Whether this rule supports certain validators
60 60
      *
61 61
      * @param ValidatorInterface $validator
62
-     * @return mixed
62
+     * @return boolean
63 63
      */
64 64
     public function canHandle(ValidatorInterface $validator)
65 65
     {
Please login to merge, or discard this patch.
src/StrokerForm/Renderer/JqueryValidate/Rule/InArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      * Whether this rule supports certain validators
60 60
      *
61 61
      * @param ValidatorInterface $validator
62
-     * @return mixed
62
+     * @return boolean
63 63
      */
64 64
     public function canHandle(ValidatorInterface $validator)
65 65
     {
Please login to merge, or discard this patch.
src/StrokerForm/Renderer/JqueryValidate/Rule/LessThan.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      * Whether this rule supports certain validators
60 60
      *
61 61
      * @param ValidatorInterface $validator
62
-     * @return mixed
62
+     * @return boolean
63 63
      */
64 64
     public function canHandle(ValidatorInterface $validator)
65 65
     {
Please login to merge, or discard this patch.
src/StrokerForm/Renderer/JqueryValidate/Rule/StringLength.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      * Whether this rule supports certain validators
60 60
      *
61 61
      * @param ValidatorInterface $validator
62
-     * @return mixed
62
+     * @return boolean
63 63
      */
64 64
     public function canHandle(ValidatorInterface $validator)
65 65
     {
Please login to merge, or discard this patch.