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 — develop (#34)
by Boy
03:04
created
src/Value/CookieSettings.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -101,6 +101,9 @@
 block discarded – undo
101 101
         return $request->cookies->get($this->name);
102 102
     }
103 103
 
104
+    /**
105
+     * @param string $value
106
+     */
104 107
     public function toCookie($value)
105 108
     {
106 109
         return new Cookie(
Please login to merge, or discard this patch.