marcosh/php-type-checker

This package is abandoned and no longer maintained. No replacement package was suggested.

Checks if type hints are present and coherent with doc block declarations

0.2.0 2017-05-16 15:07 UTC

This package is auto-updated.

Last update: 2021-11-22 11:27:28 UTC


README

Build Status Latest Stable Version Code Climate Coverage Status Code Quality Scrutinizer Code Quality

Checks if type hints are present and coherent with doc block declarations

Install

Install using Composer with

composer require marcosh/php-type-checker

Usage

To scan the content of a directory $PATH,

vendor/bin/ptc check $PATH