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
Pull Request — master (#42)
by
unknown
16:40
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
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      * Whether this rule supports certain validators
40 40
      *
41 41
      * @param ValidatorInterface $validator
42
-     * @return mixed
42
+     * @return boolean
43 43
      */
44 44
     public function canHandle(ValidatorInterface $validator)
45 45
     {
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
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      * Whether this rule supports certain validators
43 43
      *
44 44
      * @param ValidatorInterface $validator
45
-     * @return mixed
45
+     * @return boolean
46 46
      */
47 47
     public function canHandle(ValidatorInterface $validator)
48 48
     {
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
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * Whether this rule supports certain validators
55 55
      *
56 56
      * @param ValidatorInterface $validator
57
-     * @return mixed
57
+     * @return boolean
58 58
      */
59 59
     public function canHandle(ValidatorInterface $validator)
60 60
     {
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
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      * Whether this rule supports certain validators
40 40
      *
41 41
      * @param ValidatorInterface $validator
42
-     * @return mixed
42
+     * @return boolean
43 43
      */
44 44
     public function canHandle(ValidatorInterface $validator)
45 45
     {
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.