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 — develop ( 8f8143...6b03f2 )
by Bram
03:02
created
src/StrokerForm/Renderer/JqueryValidate/Renderer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Zend\Form\Element\Email;
16 16
 use Zend\Form\ElementInterface;
17 17
 use Zend\Form\FormInterface;
18
-use Zend\I18n\Translator\TranslatorAwareInterface;
19 18
 use Zend\Json\Json;
20 19
 use Zend\Validator\EmailAddress;
21 20
 use Zend\Validator\Regex;
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
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * Whether this rule supports certain validators
53 53
      *
54 54
      * @param ValidatorInterface $validator
55
-     * @return mixed
55
+     * @return boolean
56 56
      */
57 57
     public function canHandle(ValidatorInterface $validator)
58 58
     {
Please login to merge, or discard this patch.
src/StrokerForm/Renderer/JqueryValidate/Rule/Between.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * Whether this rule supports certain validators
53 53
      *
54 54
      * @param ValidatorInterface $validator
55
-     * @return mixed
55
+     * @return boolean
56 56
      */
57 57
     public function canHandle(ValidatorInterface $validator)
58 58
     {
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
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * Whether this rule supports certain validators
53 53
      *
54 54
      * @param ValidatorInterface $validator
55
-     * @return mixed
55
+     * @return boolean
56 56
      */
57 57
     public function canHandle(ValidatorInterface $validator)
58 58
     {
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
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * Whether this rule supports certain validators
53 53
      *
54 54
      * @param ValidatorInterface $validator
55
-     * @return mixed
55
+     * @return boolean
56 56
      */
57 57
     public function canHandle(ValidatorInterface $validator)
58 58
     {
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
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * Whether this rule supports certain validators
53 53
      *
54 54
      * @param ValidatorInterface $validator
55
-     * @return mixed
55
+     * @return boolean
56 56
      */
57 57
     public function canHandle(ValidatorInterface $validator)
58 58
     {
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
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * Whether this rule supports certain validators
53 53
      *
54 54
      * @param ValidatorInterface $validator
55
-     * @return mixed
55
+     * @return boolean
56 56
      */
57 57
     public function canHandle(ValidatorInterface $validator)
58 58
     {
Please login to merge, or discard this patch.