TomasVotruba / bladestan

PHPStan analysis for Blade templates
https://tomasvotruba.com/blog/introducing-bladestan-phpstan-analysis-of-blade-templates/
MIT License
280 stars 13 forks source link

refactor: decouple internals #88

Closed staabm closed 9 months ago

staabm commented 9 months ago

just refactoring, no logic changes.

idea is to separate the blade-compile from the analysis step.

this should make it possible to e.g. move blade template determination into a PHPStan-Collector and run the analysis on the compiled templates in a single PHPStan analysis call (maybe even in parallel) - or similar.

staabm commented 9 months ago

should be good to go @TomasVotruba

TomasVotruba commented 9 months ago

Lets ship it :) thanks