Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

[DISCONTINUED] A tool to automatically update typehints in your code.

Notifications You must be signed in to change notification settings

nette-discontinued/type-fixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nette TypeFixer [DISCONTINUED]

A tool to automatically update type hints in your PHP code.

If you like Nette, please make a donation now. Thank you!

Usage

typefixer [options] <directory>

Options:
    -i | --ignore <mask>  Directories to ignore
    -f | --fix            Fixes files

Example:

typefixer --fix /myproject

Installation

It requires PHP version 7.1 and supports PHP up to 7.4.

Install it via Composer. This project is not meant to be run as a dependency, so install it as standalone:

composer create-project nette/type-fixer

Or install it globally via:

composer global require nette/type-fixer

and make sure your global vendor binaries directory is in your $PATH environment variable.

About

[DISCONTINUED] A tool to automatically update typehints in your code.

Topics

Resources

Stars

Watchers

Forks

Languages