Commit 4157bd72 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CS.

No related merge requests found
Showing with 20 additions and 20 deletions
+20 -20
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
...@@ -95,7 +95,7 @@ final class ComposerPackage implements ComposerPackageInterface ...@@ -95,7 +95,7 @@ final class ComposerPackage implements ComposerPackageInterface
private function getComposerJson(): array private function getComposerJson(): array
{ {
return $this->composerJson !== null ? $this->composerJson : $this->readComposerJson(); return \is_array($this->composerJson) ? $this->composerJson : $this->readComposerJson();
} }
/** /**
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
<?php declare(strict_types=1); <?php declare(strict_types=1);
/* /*
* irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer. * irstea/php-cs-fixer-config - Jeux de règles pour php-cs-fixer.
* Copyright (C) 2018-2019 IRSTEA * Copyright (C) 2018-2020 IRSTEA
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment