From 31d182d1fa3ca6c9c05b3569b63579cf3aeaf895 Mon Sep 17 00:00:00 2001 From: Chuck Burgess Date: Thu, 11 Oct 2018 16:42:33 -0500 Subject: [PATCH] callable is no longer pseudo --- proposed/phpdoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposed/phpdoc.md b/proposed/phpdoc.md index 20ce437f6..9cca083eb 100644 --- a/proposed/phpdoc.md +++ b/proposed/phpdoc.md @@ -749,7 +749,7 @@ The following keywords are recognized by this PSR: ``` 12. `callable`: the element to which this type applies is a pointer to a function call. This may be any type of callable - as defined in the PHP manual about [pseudo-types][PHP_PSEUDO] or the section on [callable][PHP_CALLABLE]. + as per the [definition of PHP][PHP_CALLABLE]. 13. `false` or `true`: the element to which this type applies will have the value `TRUE` or `FALSE`. No other value will be returned from this element.