You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix regex patterns: changed (.+?) to ([^'"]+) to capture only the
first quoted argument in multi-arg directives like @section('title', 'Dashboard')
- Add EndLine to blade CodeChunks via new BladeTemplate.TotalLines field
- Fix misleading 'Enrich DONE' log that appeared before blade analysis
- Strengthen tests with value assertions (section names, view names, TotalLines)
0 commit comments