Download the PHP package daaarkling/php-add-strict-types-line without Composer
On this page you can find all versions of the php package daaarkling/php-add-strict-types-line. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download daaarkling/php-add-strict-types-line
More information about daaarkling/php-add-strict-types-line
Files in daaarkling/php-add-strict-types-line
Download daaarkling/php-add-strict-types-line
More information about daaarkling/php-add-strict-types-line
Files in daaarkling/php-add-strict-types-line
Vendor daaarkling
Package php-add-strict-types-line
Short Description Command-line script for adding `declare(strict_types=1);` line to PHP files
License BSD-3-Clause
Package php-add-strict-types-line
Short Description Command-line script for adding `declare(strict_types=1);` line to PHP files
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package php-add-strict-types-line
PHP add-strict-types-line
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:
All versions of php-add-strict-types-line with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package daaarkling/php-add-strict-types-line contains the following files
Loading the files please wait ....