mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
CS fixes
This commit is contained in:
parent
d036b2390e
commit
ac497feaba
53 changed files with 166 additions and 156 deletions
|
@ -109,7 +109,7 @@ class FileDownloaderTest extends \PHPUnit_Framework_TestCase
|
|||
$ioMock = $this->getMock('Composer\IO\IOInterface');
|
||||
$ioMock->expects($this->any())
|
||||
->method('write')
|
||||
->will($this->returnCallback(function($messages, $newline = true) use ($path) {
|
||||
->will($this->returnCallback(function ($messages, $newline = true) use ($path) {
|
||||
if (is_file($path.'/script.js')) {
|
||||
unlink($path.'/script.js');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue