1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
PHP-Parser/lib/PhpParser
Nikita Popov 9cea94000a Merge branch '3.x'
Conflicts:
	CHANGELOG.md
	lib/PhpParser/NodeAbstract.php
2018-02-28 21:32:04 +01:00
..
Builder [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Comment [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
ErrorHandler [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Internal Move TokenStream into Internal namespace 2018-01-27 13:40:20 +01:00
Lexer [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Node [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
NodeVisitor [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Parser Merge branch '3.x' 2018-01-30 23:07:11 +01:00
PrettyPrinter Merge branch '3.x' 2018-01-25 22:28:08 +01:00
Builder.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
BuilderFactory.php Remove workarounds for reserved keyword method names 2017-09-02 20:08:20 +02:00
BuilderHelpers.php [CS] Open class brackets in new line 2018-01-13 16:03:55 +01:00
Comment.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
ConstExprEvaluationException.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
ConstExprEvaluator.php Improve constant evaluation and add docs 2018-01-27 17:47:45 +01:00
Error.php Fix misspellings 2018-02-06 14:47:39 +01:00
ErrorHandler.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
JsonDecoder.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Lexer.php [CS] Space before casting 2018-01-13 16:03:57 +01:00
NameContext.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Node.php [CS] Whitespace before return type 2018-01-13 16:03:59 +01:00
NodeAbstract.php Merge branch '3.x' 2018-02-28 21:32:04 +01:00
NodeDumper.php [CS] Use elseif instead of else if 2018-01-13 16:03:36 +01:00
NodeFinder.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
NodeTraverser.php [CS] Use elseif instead of else if 2018-01-13 16:03:36 +01:00
NodeTraverserInterface.php Add methods visibility (#464) 2018-01-10 19:07:41 +01:00
NodeVisitor.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
NodeVisitorAbstract.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
Parser.php [CS] Open class brackets in new line 2018-01-13 16:03:55 +01:00
ParserAbstract.php Rename YYNLSTATES to numNonLeafStates 2017-11-12 16:09:00 +01:00
ParserFactory.php [CS] Open class brackets in new line 2018-01-13 16:03:55 +01:00
PrettyPrinterAbstract.php Move TokenStream into Internal namespace 2018-01-27 13:40:20 +01:00