mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
CS fixes
This commit is contained in:
parent
6f6228fb1d
commit
8d0b7f278e
53 changed files with 122 additions and 124 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
function includeIfExists($file)
|
||||
{
|
||||
return file_exists($file)===true ? include $file : false;
|
||||
return file_exists($file) ? include $file : false;
|
||||
}
|
||||
|
||||
if ((!$loader = includeIfExists(__DIR__.'/../vendor/autoload.php')) && (!$loader = includeIfExists(__DIR__.'/../../../autoload.php'))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue