Completed
Pull Request — master (#43)
by
unknown
09:57
created
src/Command/SelfCheck.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
     {
85 85
         try {
86 86
             $client = new PackagistClient();
87
-            $package = $client->get(static::PACKAGE_VENDOR . '/' . strtolower($this->getApplication()->getName()));
87
+            $package = $client->get(static::PACKAGE_VENDOR.'/'.strtolower($this->getApplication()->getName()));
88 88
         } catch (ConnectException $e) {
89 89
             $output->writeln('<comment>Could not check for available new versions. Are you offline?.</comment>');
90 90
             return 1;
Please login to merge, or discard this patch.