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 ( 2760d5...1f2a9f )
by
unknown
11s
created
src/Service/SecondFactorTypeService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
 
82 82
     /**
83 83
      * @param SecondFactorType $secondFactorType
84
-     * @param SecondFactorTypeService|SecondFactorType $other
84
+     * @param SecondFactorType $other
85 85
      * @return bool
86 86
      */
87 87
     public function hasEqualOrHigherLoaComparedTo(SecondFactorType $secondFactorType, SecondFactorType $other)
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 
92 92
     /**
93 93
      * @param SecondFactorType $secondFactorType
94
-     * @param SecondFactorTypeService|SecondFactorType $other
94
+     * @param SecondFactorType $other
95 95
      * @return bool
96 96
      */
97 97
     public function hasEqualOrLowerLoaComparedTo(SecondFactorType $secondFactorType, SecondFactorType $other)
Please login to merge, or discard this patch.