I am working with Symfony, and I am trying to include a service using services.yml, and I am getting this error:
Parse Error: syntax error, unexpected 'security' (T_STRING), expecting ']'
Everything seems fine. I checked the service I created, and there's nothing wrong with it.