Tomas Votruba
|
3b87eb721c
|
make Namespace_ builder return Namespace_
Hi, just a little detail. This should fix invalid return type of docs
|
2020-12-30 10:13:54 +01:00 |
|
Nikita Popov
|
fd6e8d7ea8
|
Merge branch '3.x'
Conflicts:
lib/PhpParser/Builder/Namespace_.php
lib/PhpParser/Node/Stmt/ClassMethod.php
test/PhpParser/Builder/NamespaceTest.php
|
2017-11-04 12:45:04 +01:00 |
|
Nikita Popov
|
0ba710affa
|
Add setDocComment() to namespace build (#437)
|
2017-11-04 12:43:02 +01:00 |
|
TomasVotruba
|
e2e99f269b
|
Add strict_types to lib code
|
2017-08-18 23:00:13 +02:00 |
|
TomasVotruba
|
ec535ea14e
|
[cs] use PHP 5.4 short array, since PHP 7.0 is min version
|
2017-08-13 21:14:28 +02:00 |
|
Nikita Popov
|
a32e3797d4
|
Generate PHP 7 type annotations
|
2017-04-28 21:40:59 +02:00 |
|
Nikita Popov
|
7419649eae
|
Change BuilderAbstract into BuilderHelpers static class
Used as poor man's function namespace here.
|
2017-04-24 21:15:11 +02:00 |
|
Nikita Popov
|
7623d20f69
|
Automatically wrap in Stmt\Expression in builders
|
2017-01-19 22:39:21 +01:00 |
|
Nikita Popov
|
f9fc2fc9ee
|
Add support for global namespace in NS builder
NULL argument can now be used to create a global namespace {} block.
|
2015-03-10 15:28:19 +01:00 |
|
Stepan Anchugov
|
01643e06d3
|
Add namespace builder
|
2014-12-19 18:19:33 +01:00 |
|