History log of /PHP-Parser/ (Results 176 – 200 of 1647)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
36b2a99619-Jul-2022 Christopher Hertel

Add isReadonly on Param node

b9fe344911-Sep-2022 Nikita Popov

Add missing parameter types

e9800cf711-Sep-2022 Nikita Popov

Add tools/ directory

With php-cs-fixer and phpstan. Also reformat one file.

2070cb7c11-Sep-2022 Nikita Popov

Drop phpstan from composer.json

It does not support PHP 7.1, so we should not include it
unconditionally.

9b5a2c8911-Sep-2022 Nikita Popov

Use PHPStan level 5

8dfce13d11-Sep-2022 Nikita Popov

Add phpstan baseline

f59f226f11-Sep-2022 Nikita Popov

Fix some phpstan warnings

468c0ef608-Sep-2022 Jaroslav Hanslík

Fixed type in UnionType

(cherry picked from commit 2f1fd784fe5560675722a1e5cbbcece5f43bf3a0)

b4b60c8406-Sep-2022 Nikita Popov

Remove phpunit 6.5

With the minimum version raised to PHP 7.1, there should be no
more need for PHPUnit 6.

636f066b05-Sep-2022 Nikita Popov

Use Node\ClosureUse instead of Expr\ClosureUse in parser

Fixes #883.

7362f2b205-Sep-2022 Ondřej Mirtes

Fix pretty printing example

96037b3d04-Sep-2022 Nikita Popov

Release PHP-Parser 5.0.0-alpha1

8d02d37e04-Sep-2022 Nikita Popov

More docs updates

e68b17cc04-Sep-2022 Nikita Popov

Add --version flag to php-parse

f63081a504-Sep-2022 Nikita Popov

Partial documentation update

44c6a97704-Sep-2022 Nikita Popov

Fix empty list insertion of multiple attributes

9a230cd303-Sep-2022 Nikita Popov

Update changelog

a772853303-Sep-2022 Nikita Popov

Fix formatting preservation for match

c585a2d703-Sep-2022 Nikita Popov

Switch list insertion maps to use class name

Also highlights that the list insertion entry for Expr\Match
was not used.

8ed7672603-Sep-2022 Nikita Popov

Switch modifierChangeMap to use class name

For better refactoring support, prefer class name over node type.

5f3ad31503-Sep-2022 Nikita Popov

Fix ArrayItem entries in pretty printer maps

The tests were written in such a way that the regression was not
caught.

4917c71a03-Sep-2022 Nikita Popov

Rename Stmt\UseUse to UseItem

e1345f0c03-Sep-2022 Nikita Popov

Rename Stmt\PropertyProperty to PropertyItem

03ccfa3d03-Sep-2022 Nikita Popov

Rename Stmt\DeclareDeclare to DeclareItem

a3b0541c03-Sep-2022 Nikita Popov

Support array return from enterNode()

This uses the same semantics as arrays from leaveNode(), i.e. the
returned nodes will not be visited by other visitors. This is open
to change t

Support array return from enterNode()

This uses the same semantics as arrays from leaveNode(), i.e. the
returned nodes will not be visited by other visitors. This is open
to change though (but probably should change for both enterNode()
and leaveNode() if it does change?)

show more ...

12345678910>>...66