daaarkling / php-add-strict-types-line
Command-line script for adding `declare(strict_types=1);` line to PHP files
Package info
github.com/Daaarkling/php-add-strict-types-line
Type:project
pkg:composer/daaarkling/php-add-strict-types-line
1.0
2018-02-13 23:08 UTC
Requires
- php: >=5.6
This package is auto-updated.
Last update: 2026-02-23 05:45:14 UTC
README
Command-line script for adding declare(strict_types=1); line to PHP files
It uses native PHP tokenizer, so conversion is safe. It adds the line only to files where declare(strict_types=1); was not found.
Usage
To convert all *.php and *.phpt files in whole directory recursively or to convert a single file use:
php add-line.php <directory | file>