1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +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

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