定制 nette/type-fixer 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nette/type-fixer

最新稳定版本:v0.3

Composer 安装命令:

composer create-project nette/type-fixer

包简介

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

README 文档

README

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.

统计信息

  • 总下载量: 2.67k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 29
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 29
  • Watchers: 11
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2018-11-24