Category: C

PHP Typehint Return Values

As some of you know, I’ve been working for a while on implementing type hinting for method return values. I’m pleased to say that the implementation is done. The following types are allowed: Array Class names Parameter type hints allow callable types, but until a keyword is assigned to “callable” (RFC), it’s not possible to [...]

Read More ...