Skip to content

Commit 90fb3ec

Browse files
committed
#14 Fix last code style issues
1 parent ea915de commit 90fb3ec

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/PluginWrapper.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ protected function getInstallPathsFromPackages(array $packages)
138138
foreach ($packages as $package) {
139139
$paths[] = $installationManager->getInstallPath($package);
140140
}
141+
141142
return $this->absolutePaths($paths);
142143
}
143144

@@ -155,6 +156,7 @@ protected function getUniqueNameFromPackages(array $packages)
155156
$return[] = $package->getUniqueName();
156157
}
157158
sort($return);
159+
158160
return implode(', ', $return);
159161
}
160162

@@ -193,6 +195,7 @@ protected function absolutePaths($paths)
193195
}
194196
$return[] = $path;
195197
}
198+
196199
return $return;
197200
}
198201
}

tests/PathPreserverTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Composer\Config;
1111
use derhasi\tempdirectory\TempDirectory;
1212

13+
/**
14+
* Test for path preserver functionality.
15+
*/
1316
class PathPreserverTest extends \PHPUnit_Framework_TestCase
1417
{
1518

0 commit comments

Comments
 (0)