the process of describing the type and identifier of a function.
To be more exact, the "callable" used in function declaration arguments. like the one below. function post($pattern, callable $handler) { $…
php type-hinting callable function-declaration type-declaration