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
@@ -61,7 +61,7 @@ Tasks can have a `priority` set when they are added to the manager -- by default
61
61
62
62
You can also register a service by using the tag `as3_post_process.task` if your task should be run on every request.
63
63
64
-
```
64
+
```yaml
65
65
# src\MyBundle\Resources\services.yml
66
66
services:
67
67
my_app.my_cool_task:
@@ -76,7 +76,7 @@ A plugin can be used to modify the response before it is returned to the user.
76
76
77
77
Example:
78
78
79
-
```
79
+
```php
80
80
use Symfony\Component\HttpFoundation\Response;
81
81
82
82
/**
@@ -117,7 +117,7 @@ class NewRelicInjector extends PluginInterface
117
117
118
118
This plugin will disable automatic injection of NewRelic end user monitoring javascript. To enable this for all requests, add the following service definition:
0 commit comments