Nikita Popov
|
1ab24d26ee
|
Add support for PHP 7.1 types to builders
This adds support for void, iterable and nullable types.
|
2016-09-16 13:53:13 +02:00 |
|
lvht
|
39f93f09f9
|
Add setReturnType() method to function/method builders
Also support scalar type hints in existing setTypeHint() method on params.
|
2016-04-09 18:41:38 +09:00 |
|
Nikita Popov
|
55fdbc6dbc
|
Extract common builder methods to abstract classes
Declaration for fns/classes in general and FunctionLike for
functions/methods in particular.
|
2014-12-19 17:47:51 +01:00 |
|
nikic
|
f82862ec9c
|
Port library to use namespaces, with BC for old names
|
2014-02-06 20:29:35 +01:00 |
|