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 — master ( 1fbc02...c9afa0 )
by Robbie
02:22
created
src/RobbieP/ZbarQrdecoder/Result/ErrorResult.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
     public  $format;
19 19
 
20 20
     /**
21
-     * @param $error
21
+     * @param string $error
22 22
      */
23 23
     function __construct($error)
24 24
     {
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     }
37 37
 
38 38
     /**
39
-     * @param $format
39
+     * @param string $format
40 40
      */
41 41
     public function format($format)
42 42
     {
Please login to merge, or discard this patch.
src/RobbieP/ZbarQrdecoder/ZbarQrdecoderServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 	/**
56 56
 	 * Get the services provided by the provider.
57 57
 	 *
58
-	 * @return array
58
+	 * @return string[]
59 59
 	 */
60 60
 	public function provides()
61 61
 	{
Please login to merge, or discard this patch.