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 (5abb39)
by Caio
04:31 queued 01:58
created
src/JenkinsArduino/Serial/Writer.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -9,15 +9,15 @@
 block discarded – undo
9 9
 class Writer implements Writable
10 10
 {
11 11
     /**
12
-    * @var string
13
-    */
12
+     * @var string
13
+     */
14 14
     const MODE = 'w';
15 15
 
16 16
     /**
17
-    * @param  string $path
18
-    * @param  mixed $data
19
-    * @return void
20
-    */
17
+     * @param  string $path
18
+     * @param  mixed $data
19
+     * @return void
20
+     */
21 21
     public function write($path, $data)
22 22
     {
23 23
         if (!$resource = @fopen($path, self::MODE)) {
Please login to merge, or discard this patch.