DORSETRIGS
Home

rector (3 post)


posts by category not found!

Facing an issue with PHPstan

Troubleshooting PHP Stan Issues A Comprehensive Guide When developing PHP applications static analysis tools like PHP Stan can significantly enhance code qualit

3 min read 14-09-2024 59
Facing an issue with PHPstan
Facing an issue with PHPstan

Configure Rector and using a simple Rule with symfony 6/php8

Migrating Symfony 5 4 to 6 1 with Rector A Practical Guide Upgrading your Symfony project from 5 4 to 6 1 is a major leap and Rector can be a powerful ally in t

3 min read 04-09-2024 64
Configure Rector and using a simple Rule with symfony 6/php8
Configure Rector and using a simple Rule with symfony 6/php8

How to get class name from PhpParser\Node\Stmt\Property

Navigating the PHP AST How to Get the Class Name from a Property Node Understanding how to extract information from the Abstract Syntax Tree AST is crucial when

2 min read 31-08-2024 51
How to get class name from PhpParser\Node\Stmt\Property
How to get class name from PhpParser\Node\Stmt\Property