mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-30 04:29:15 +01:00
Merge branch '3.x'
Conflicts: CHANGELOG.md lib/PhpParser/NodeAbstract.php
This commit is contained in:
commit
9cea94000a
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,4 @@
|
||||
<<<<<<< HEAD
|
||||
Version 4.0.0-dev
|
||||
-----------------
|
||||
|
||||
@ -109,11 +110,20 @@ Version 4.0.0-alpha1 (2017-10-18)
|
||||
However, this is an internal class and should not be used directly.
|
||||
|
||||
Version 3.1.5-dev
|
||||
=======
|
||||
Version 3.1.6-dev
|
||||
>>>>>>> 3.x
|
||||
-----------------
|
||||
|
||||
Nothing yet.
|
||||
|
||||
Version 3.1.5 (2018-02-28)
|
||||
--------------------------
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fixed duplicate comment assignment in switch statements. (#469)
|
||||
* Improve compatibility with PHP-Scoper. (#477)
|
||||
|
||||
Version 3.1.4 (2018-01-25)
|
||||
--------------------------
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
namespace PhpParser;
|
||||
|
||||
use PhpParser\Node;
|
||||
|
||||
abstract class NodeAbstract implements Node, \JsonSerializable
|
||||
{
|
||||
protected $attributes;
|
||||
|
Loading…
Reference in New Issue
Block a user