https://github.com/libreworks/psr3-log-hhi
Typechecker definitions for PSR-3
https://github.com/libreworks/psr3-log-hhi
Last synced: 4 months ago
JSON representation
Typechecker definitions for PSR-3
- Host: GitHub
- URL: https://github.com/libreworks/psr3-log-hhi
- Owner: libreworks
- License: mit
- Created: 2016-03-21T20:56:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T15:05:44.000Z (about 10 years ago)
- Last Synced: 2025-02-03T21:47:34.174Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HHI Definitions For PSR3, Logger Interface
==========================================
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.