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 ( 24d1c0...43c55c )
by Michael
25:27
created
Lib/Embera/Adapters/Service.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      *
53 53
      * @param string $url
54 54
      * @param array  $config
55
-     * @param object $oembed
55
+     * @param \Embera\Oembed $oembed
56 56
      * @return void
57 57
      *
58 58
      * @throws InvalidArgumentException when the given url doesnt match the current service
Please login to merge, or discard this patch.
Lib/Embera/Formatter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     /**
34 34
      * Constructor
35 35
      *
36
-     * @param object $embera Instance of \Embera\Embera
36
+     * @param Embera $embera Instance of \Embera\Embera
37 37
      * @param bool $allowOffline Wether or not to allow offline embera
38 38
      * @return void
39 39
      */
Please login to merge, or discard this patch.
Lib/Embera/HttpRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      * Constructor
29 29
      *
30 30
      * @param array $config
31
-     * @return void
31
+     * @return HttpRequest
32 32
      */
33 33
     public function __construct(array $config = array())
34 34
     {
Please login to merge, or discard this patch.
Lib/Embera/Oembed.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     /**
27 27
      * Construct
28 28
      *
29
-     * @param object $http Instance of \Embera\HttpRequest
29
+     * @param HttpRequest $http Instance of \Embera\HttpRequest
30 30
      * @return void
31 31
      */
32 32
     public function __construct(\Embera\HttpRequest $http)
Please login to merge, or discard this patch.
Lib/Embera/Providers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
      * Construct
146 146
      *
147 147
      * @param array $config  Associative array with configuration options
148
-     * @param object $oembed Instance of \Embera\Oembed
148
+     * @param Oembed $oembed Instance of \Embera\Oembed
149 149
      * @return void
150 150
      */
151 151
     public function __construct(array $config = array(), \Embera\Oembed $oembed)
Please login to merge, or discard this patch.