libreworks/psr3-log-hhi

Typechecker definitions for PSR-3

1.0.1 2016-03-28 15:04 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:07:47 UTC


README

This repository contains .hhi files for the interfaces defined in PSR-3. It is based on the PHP interface definitions and comments available here:

https://github.com/php-fig/log

HHI files are ignored by HHVM, however they give the typechecker information about the interfaces. This allows usage of the canonical PHP interface at runtime, while also giving the benefits of static type checking.