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
|
@ -124,7 +124,7 @@ class AllFunctionalTest extends \PHPUnit_Framework_TestCase
|
|||
$testDir = sys_get_temp_dir().'/composer_functional_test'.uniqid(mt_rand(), true);
|
||||
$this->testDir = $testDir;
|
||||
$varRegex = '#%([a-zA-Z_-]+)%#';
|
||||
$variableReplacer = function($match) use (&$data, $testDir) {
|
||||
$variableReplacer = function ($match) use (&$data, $testDir) {
|
||||
list(, $var) = $match;
|
||||
|
||||
switch ($var) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue