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.
Passed
Branch master (e224cb)
by Jochen
03:17
created
src/LeadCommerce/Shopware/SDK/Query/Base.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
 
43 43
 
44 44
     /**
45
-     * @param $uri
45
+     * @param string|null $uri
46 46
      * @param string $method
47 47
      * @param null $body
48 48
      * @param array $headers
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      * @param string $method
60 60
      * @param null $body
61 61
      * @param array $headers
62
-     * @return mixed|ResponseInterface
62
+     * @return ResponseInterface
63 63
      */
64 64
     protected function fetchSimple($uri, $method = 'GET', $body = null, $headers = [])
65 65
     {
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @param $uri
70
+     * @param string $uri
71 71
      * @param string $method
72 72
      * @param null $body
73 73
      * @param array $headers
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
         $content = $content->data;
93 93
 
94 94
         if (is_array($content)) {
95
-            return array_map(function ($item) {
95
+            return array_map(function($item) {
96 96
                 return $this->createEntity($item);
97 97
             }, $content);
98 98
         } else {
Please login to merge, or discard this patch.
src/LeadCommerce/Shopware/SDK/Query/CacheQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 {
8 8
 
9 9
     /**
10
-     * @return mixed
10
+     * @return string
11 11
      */
12 12
     protected function getClass()
13 13
     {
Please login to merge, or discard this patch.
src/LeadCommerce/Shopware/SDK/Query/CategoriesQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 {
8 8
 
9 9
     /**
10
-     * @return mixed
10
+     * @return string
11 11
      */
12 12
     protected function getClass()
13 13
     {
Please login to merge, or discard this patch.
src/LeadCommerce/Shopware/SDK/Query/CountriesQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 {
8 8
 
9 9
     /**
10
-     * @return mixed
10
+     * @return string
11 11
      */
12 12
     protected function getClass()
13 13
     {
Please login to merge, or discard this patch.
src/LeadCommerce/Shopware/SDK/Query/CustomerGroupsQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 {
8 8
 
9 9
     /**
10
-     * @return mixed
10
+     * @return string
11 11
      */
12 12
     protected function getClass()
13 13
     {
Please login to merge, or discard this patch.
src/LeadCommerce/Shopware/SDK/Query/CustomerQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 {
8 8
 
9 9
     /**
10
-     * @return mixed
10
+     * @return string
11 11
      */
12 12
     protected function getClass()
13 13
     {
Please login to merge, or discard this patch.
src/LeadCommerce/Shopware/SDK/Query/GenerateArticleImageQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 {
8 8
 
9 9
     /**
10
-     * @return mixed
10
+     * @return string
11 11
      */
12 12
     protected function getClass()
13 13
     {
Please login to merge, or discard this patch.
src/LeadCommerce/Shopware/SDK/Query/ManufacturersQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 {
8 8
 
9 9
     /**
10
-     * @return mixed
10
+     * @return string
11 11
      */
12 12
     protected function getClass()
13 13
     {
Please login to merge, or discard this patch.
src/LeadCommerce/Shopware/SDK/Query/MediaQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 {
8 8
 
9 9
     /**
10
-     * @return mixed
10
+     * @return string
11 11
      */
12 12
     protected function getClass()
13 13
     {
Please login to merge, or discard this patch.