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
Currently, if you make any change to a controller (that extends AbstractController), the container will rebuild. This is caused by the ServiceSubscriberInterface and RegisterServiceSubscriberPass:
That line ultimately means that a normal FileResource is added for the controller file, and any time its modified time is updated, it is updated. This may have just been a quick way of handling this: all we really care about is if the contents of the getSubscribedEvents() method changed.