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
Branch master (356550)
by sebastian
02:47
created
src/jwe/impl/ContentEncryptionKeyFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
     /**
34 34
      * @param Key $management_key
35
-     * @param $key_management_mode
35
+     * @param string $key_management_mode
36 36
      * @param ContentEncryptionAlgorithm $enc
37 37
      * @return Key
38 38
      * @throws \Exception
Please login to merge, or discard this patch.
src/jwe/impl/IVFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 final class IVFactory {
24 24
 
25 25
     /**
26
-     * @param $size
26
+     * @param integer $size
27 27
      * @return string
28 28
      */
29 29
     static public function build($size){
Please login to merge, or discard this patch.
src/jwk/impl/RSAJWK.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
 
145 145
     /**
146 146
      * @param PrivateKey $private_key
147
-     * @return IAsymmetricJWK|null
147
+     * @return RSAJWK
148 148
      * @throws InvalidJWKType
149 149
      */
150 150
     static public function fromPrivateKey(PrivateKey $private_key)
Please login to merge, or discard this patch.