TomasVotruba / bladestan

PHPStan analysis for Blade templates

Home Page:https://tomasvotruba.com/blog/introducing-bladestan-phpstan-analysis-of-blade-templates/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODOs

szepeviktor opened this issue · comments

  • FileNameAndLineNumberAddingPreCompiler::setFileName #14
    remove fluent, make service method with fileName as argument to avoid miss-use
  • LaravelViewFunctionMatcher::match
    $funcName !== 'view' maybe make sure this function is coming from Laravel (Reflection)
  • ViewFunctionArgumentsNodeVisitor::enterNode
    ! $rootViewNode->name instanceof Identifier add test