refactor: add declare(strict_types=1) to system files

This commit is contained in:
kenjis 2022-08-29 17:58:52 +09:00
parent 8584f1b6e0
commit 25ec3df976
No known key found for this signature in database
GPG Key ID: BD254878922AF198
414 changed files with 827 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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