Nikita Popov
|
5285df8f22
|
[CS] Use elseif instead of else if
Conflicts:
lib/PhpParser/TokenStream.php
|
2018-01-13 16:03:36 +01:00 |
|
Nikita Popov
|
efd39a67a2
|
Merge branch '3.x'
Conflicts:
lib/PhpParser/Builder/Trait_.php
test/PhpParser/Builder/TraitTest.php
|
2017-08-29 23:20:47 +02:00 |
|
Nikita Popov
|
d77e6cd6e9
|
Allow TraitUse statements in trait builder
Fixes #413.
|
2017-08-29 23:18:59 +02: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
|
bcdfb703d5
|
Cleanup imports
Thanks PhpStorm :)
|
2016-11-23 22:58:18 +01:00 |
|
Nikita Popov
|
867ae5148d
|
Bring Trait constructor in line with Class/interface
|
2016-07-22 17:01:51 +02:00 |
|
Nikita Popov
|
b862de1f5b
|
Support properties in trait builder
|
2015-07-11 22:31:45 +02:00 |
|
Nikita Popov
|
4387454fe0
|
Add trait builder (for completeness...)
|
2014-12-19 17:59:23 +01:00 |
|