1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Oinktube/vendor/nikic/php-parser/lib/PhpParser
Daniel Neto 7c9f95b33d Refactor and enhance type hinting across various classes in the Swagger-PHP library
- Updated error handling in TokenScanner to use more descriptive variable names.
- Added return type declarations for methods in Analysis, AbstractAnnotation, Components, Items, License, OpenApi, Operation, Parameter, Response, Schema, Context, Generator, and several processors to improve code clarity and type safety.
- Introduced new PipeOperatorEmulator and VoidCastEmulator classes to support PHP 8.5 features.
- Implemented Pipe binary operator and Void cast node classes to enhance the parser's capabilities.
- Improved array filtering and lambda function type hints for better readability and performance.
- Enhanced the handling of annotations and context in various processors to ensure consistent behavior and reduce potential errors.
2025-08-12 11:19:47 -03:00
..
Builder
Comment
ErrorHandler
Internal
Lexer Refactor and enhance type hinting across various classes in the Swagger-PHP library 2025-08-12 11:19:47 -03:00
Node Refactor and enhance type hinting across various classes in the Swagger-PHP library 2025-08-12 11:19:47 -03:00
NodeVisitor Refactor and enhance type hinting across various classes in the Swagger-PHP library 2025-08-12 11:19:47 -03:00
Parser Refactor and enhance type hinting across various classes in the Swagger-PHP library 2025-08-12 11:19:47 -03:00
PrettyPrinter Refactor and enhance type hinting across various classes in the Swagger-PHP library 2025-08-12 11:19:47 -03:00
Builder.php
BuilderFactory.php
BuilderHelpers.php
Comment.php
compatibility_tokens.php Refactor and enhance type hinting across various classes in the Swagger-PHP library 2025-08-12 11:19:47 -03:00
ConstExprEvaluationException.php
ConstExprEvaluator.php Refactor and enhance type hinting across various classes in the Swagger-PHP library 2025-08-12 11:19:47 -03:00
Error.php
ErrorHandler.php
JsonDecoder.php
Lexer.php
Modifiers.php
NameContext.php
Node.php
NodeAbstract.php
NodeDumper.php Refactor and enhance type hinting across various classes in the Swagger-PHP library 2025-08-12 11:19:47 -03:00
NodeFinder.php
NodeTraverser.php
NodeTraverserInterface.php
NodeVisitor.php
NodeVisitorAbstract.php
Parser.php
ParserAbstract.php Refactor and enhance type hinting across various classes in the Swagger-PHP library 2025-08-12 11:19:47 -03:00
ParserFactory.php
PhpVersion.php Refactor and enhance type hinting across various classes in the Swagger-PHP library 2025-08-12 11:19:47 -03:00
PrettyPrinter.php
PrettyPrinterAbstract.php Refactor and enhance type hinting across various classes in the Swagger-PHP library 2025-08-12 11:19:47 -03:00
Token.php