Skip to content

Commit

Permalink
Merge pull request php-fig#169 from ashnazg/callable
Browse files Browse the repository at this point in the history
callable is no longer pseudo
  • Loading branch information
ashnazg authored Oct 14, 2018
2 parents 1b01816 + 31d182d commit 33e840e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposed/phpdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 33e840e

Please sign in to comment.