-
- Downloads
Use one ParserConfig object across all parser-involved classes
Showing
- README.md 12 additions, 10 deletionsREADME.md
- src/Lexer/Lexer.php 9 additions, 0 deletionssrc/Lexer/Lexer.php
- src/Parser/ConstExprParser.php 7 additions, 17 deletionssrc/Parser/ConstExprParser.php
- src/Parser/PhpDocParser.php 8 additions, 13 deletionssrc/Parser/PhpDocParser.php
- src/Parser/TypeParser.php 8 additions, 13 deletionssrc/Parser/TypeParser.php
- src/ParserConfig.php 21 additions, 0 deletionssrc/ParserConfig.php
- tests/PHPStan/Ast/Attributes/AttributesTest.php 6 additions, 3 deletionstests/PHPStan/Ast/Attributes/AttributesTest.php
- tests/PHPStan/Parser/ConstExprParserTest.php 6 additions, 3 deletionstests/PHPStan/Parser/ConstExprParserTest.php
- tests/PHPStan/Parser/FuzzyTest.php 5 additions, 3 deletionstests/PHPStan/Parser/FuzzyTest.php
- tests/PHPStan/Parser/PhpDocParserTest.php 32 additions, 26 deletionstests/PHPStan/Parser/PhpDocParserTest.php
- tests/PHPStan/Parser/TokenIteratorTest.php 6 additions, 4 deletionstests/PHPStan/Parser/TokenIteratorTest.php
- tests/PHPStan/Parser/TypeParserTest.php 9 additions, 7 deletionstests/PHPStan/Parser/TypeParserTest.php
- tests/PHPStan/Printer/IntegrationPrinterWithPhpParserTest.php 6 additions, 5 deletions...s/PHPStan/Printer/IntegrationPrinterWithPhpParserTest.php
- tests/PHPStan/Printer/PrinterTest.php 11 additions, 7 deletionstests/PHPStan/Printer/PrinterTest.php
Loading
Please register or sign in to comment