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 ( f087a3...50ebe0 )
by Martin
05:55
created
src/Provider/JenssegersAgent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
          * No result found?
208 208
          */
209 209
         if ($this->hasResult($resultCache) !== true) {
210
-            throw new NoResultFoundException('No result found for user agent: ' . $userAgent);
210
+            throw new NoResultFoundException('No result found for user agent: '.$userAgent);
211 211
         }
212 212
 
213 213
         /*
Please login to merge, or discard this patch.
src/Provider/PiwikDeviceDetector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
          * No result found?
208 208
          */
209 209
         if ($this->hasResult($resultCache) !== true) {
210
-            throw new NoResultFoundException('No result found for user agent: ' . $userAgent);
210
+            throw new NoResultFoundException('No result found for user agent: '.$userAgent);
211 211
         }
212 212
 
213 213
         /*
Please login to merge, or discard this patch.
src/Provider/Endorphin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
          * No result found?
208 208
          */
209 209
         if ($this->hasResult($resultCache) !== true) {
210
-            throw new NoResultFoundException('No result found for user agent: ' . $userAgent);
210
+            throw new NoResultFoundException('No result found for user agent: '.$userAgent);
211 211
         }
212 212
 
213 213
         /*
Please login to merge, or discard this patch.
src/Provider/Woothee.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
          * No result found?
208 208
          */
209 209
         if ($this->hasResult($resultCache) !== true) {
210
-            throw new NoResultFoundException('No result found for user agent: ' . $userAgent);
210
+            throw new NoResultFoundException('No result found for user agent: '.$userAgent);
211 211
         }
212 212
 
213 213
         /*
Please login to merge, or discard this patch.
src/Provider/SinergiBrowserDetector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
          * No result found?
208 208
          */
209 209
         if ($this->hasResult($resultCache) !== true) {
210
-            throw new NoResultFoundException('No result found for user agent: ' . $userAgent);
210
+            throw new NoResultFoundException('No result found for user agent: '.$userAgent);
211 211
         }
212 212
 
213 213
         /*
Please login to merge, or discard this patch.
src/Provider/UAParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
          * No result found?
208 208
          */
209 209
         if ($this->hasResult($resultCache) !== true) {
210
-            throw new NoResultFoundException('No result found for user agent: ' . $userAgent);
210
+            throw new NoResultFoundException('No result found for user agent: '.$userAgent);
211 211
         }
212 212
 
213 213
         /*
Please login to merge, or discard this patch.
src/Provider/WhichBrowser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
          * No result found?
208 208
          */
209 209
         if ($this->hasResult($resultCache) !== true) {
210
-            throw new NoResultFoundException('No result found for user agent: ' . $userAgent);
210
+            throw new NoResultFoundException('No result found for user agent: '.$userAgent);
211 211
         }
212 212
 
213 213
         /*
Please login to merge, or discard this patch.
src/Provider/AbstractProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -163,8 +163,8 @@
 block discarded – undo
163 163
      */
164 164
     protected function checkIfInstalled()
165 165
     {
166
-        if (! Package::isInstalled($this->getPackageName())) {
167
-            throw new PackageNotLoadedException('You need to install the package ' . $this->getPackageName() . ' to use this provider');
166
+        if (!Package::isInstalled($this->getPackageName())) {
167
+            throw new PackageNotLoadedException('You need to install the package '.$this->getPackageName().' to use this provider');
168 168
         }
169 169
     }
170 170
 
Please login to merge, or discard this patch.
src/Provider/DonatjUAParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
          * No result found?
208 208
          */
209 209
         if ($this->hasResult($resultCache) !== true) {
210
-            throw new NoResultFoundException('No result found for user agent: ' . $userAgent);
210
+            throw new NoResultFoundException('No result found for user agent: '.$userAgent);
211 211
         }
212 212
 
213 213
         /*
Please login to merge, or discard this patch.