Passed
Push — master ( 244226...ad700e )
by Tim
11:33
created
src/ModuleInstaller.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,10 +36,10 @@
 block discarded – undo
36 36
      */
37 37
     protected function getPackageBasePath(PackageInterface $package)
38 38
     {
39
-        if($this->composer->getPackage()->getPrettyName() === 'simplesamlphp/simplesamlphp') {
39
+        if ($this->composer->getPackage()->getPrettyName() === 'simplesamlphp/simplesamlphp') {
40 40
             $ssp_path = ".";
41 41
         } else {
42
-            $ssp_path = $this->composer->getConfig()->get('vendor-dir').'/simplesamlphp/simplesamlphp';
42
+            $ssp_path = $this->composer->getConfig()->get('vendor-dir') . '/simplesamlphp/simplesamlphp';
43 43
         }
44 44
 
45 45
         $matches = [];
Please login to merge, or discard this patch.