1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Enable strict types on all files

This commit is contained in:
Jordi Boggiano 2022-02-23 16:58:18 +01:00
parent 3cdca37e85
commit 6a466a120a
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
396 changed files with 396 additions and 396 deletions

View file

@ -71,7 +71,7 @@ return $config->setRules([
'random_api_migration' => true,
'ternary_to_null_coalescing' => true,
'phpdoc_to_param_type' => true,
//'declare_strict_types' => true,
'declare_strict_types' => true,
// TODO php 7.4 migration (one day..)
// 'phpdoc_to_property_type' => true,

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of Composer.

Some files were not shown because too many files have changed in this diff Show more