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
When Rector reaches this endif, it duplicates the <?php tag and the block comment it saw just before, and introduces a syntax error . This should not happen.
The text was updated successfully, but these errors were encountered:
Bug Report
Minimal PHP Code Causing Issue
See https://getrector.org/demo/06f6b4b3-883a-4f6d-9528-246001d66734
Expected Behaviour
When Rector reaches this
endif
, it duplicates the<?php
tag and the block comment it saw just before, and introduces a syntax error . This should not happen.The text was updated successfully, but these errors were encountered: