mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-02 09:27:58 +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
|
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.
|
However, this is an internal class and should not be used directly.
|
||||||
|
|
||||||
Version 3.1.5-dev
|
Version 3.1.5-dev
|
||||||
|
=======
|
||||||
|
Version 3.1.6-dev
|
||||||
|
>>>>>>> 3.x
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
Nothing yet.
|
||||||
|
|
||||||
|
Version 3.1.5 (2018-02-28)
|
||||||
|
--------------------------
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Fixed duplicate comment assignment in switch statements. (#469)
|
* Fixed duplicate comment assignment in switch statements. (#469)
|
||||||
|
* Improve compatibility with PHP-Scoper. (#477)
|
||||||
|
|
||||||
Version 3.1.4 (2018-01-25)
|
Version 3.1.4 (2018-01-25)
|
||||||
--------------------------
|
--------------------------
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
namespace PhpParser;
|
namespace PhpParser;
|
||||||
|
|
||||||
|
use PhpParser\Node;
|
||||||
|
|
||||||
abstract class NodeAbstract implements Node, \JsonSerializable
|
abstract class NodeAbstract implements Node, \JsonSerializable
|
||||||
{
|
{
|
||||||
protected $attributes;
|
protected $attributes;
|
||||||
|
Loading…
Reference in New Issue
Block a user