This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ this middleware with Expressive 3?
28
28
29
29
zend-stratigility v2.2 and v3.0 ship a utility function,
30
30
`Zend\Stratigility\doublePassMiddleware()`, that will decorate a callable
31
- double-pass middleware using a `Zend\Stratigility\Middleware\DoublePassMiddlewareDecorator`
31
+ double-pass middleware using a `Zend\Stratigility\Middleware\DoublePassMiddlewareDecorator`
32
32
instance; this latter is a PSR-15 impelementation, and can thus be used in your
33
33
middleware pipelines.
34
34
Original file line number Diff line number Diff line change @@ -125,11 +125,11 @@ return [
125
125
// Global variables passed to twig templates
126
126
'ga_tracking' => 'UA-XXXXX-X'
127
127
],
128
- 'optimizations' => -1, // -1: Enable all (default), 0: disable optimizations
129
- 'runtime_loaders' => [
130
- // runtime loader names or instances
131
- ],
132
- 'timezone' => 'default timezone identifier, e.g. America/New_York',
128
+ 'optimizations' => -1, // -1: Enable all (default), 0: disable optimizations
129
+ 'runtime_loaders' => [
130
+ // runtime loader names or instances
131
+ ],
132
+ 'timezone' => 'default timezone identifier, e.g. America/New_York',
133
133
],
134
134
];
135
135
```
You can’t perform that action at this time.
0 commit comments