zend-diactoros
zend-diactoros copied to clipboard
Hack Typechecker definitions needed
Hi!
This module is excellent, but in a strict Hack project, is has no use, unfortunately, because of the lack of typechecker definitions.
Me and, for sure, many others, would appreciate if you wrote typechecker definitions!
Would you be willing to provide a patch with them, please?
I am working on something, but I do not have time to finish them very soon.
@barbu110 What's the problem in a strict typed PHP 7 project?
@sandrokeil, not PHP 7, Hack. The HHVM typechecker won't recognize the code of the module because it written in <?php, not <?hh, so .hhi definitions must be provided.
This repository has been closed and moved to laminas/laminas-diactoros; a new issue has been opened at https://github.com/laminas/laminas-diactoros/issues/21.