This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 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?
2828
2929zend-stratigility v2.2 and v3.0 ship a utility function,
3030`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`
3232instance; this latter is a PSR-15 impelementation, and can thus be used in your
3333middleware pipelines.
3434
Original file line number Diff line number Diff line change @@ -125,11 +125,11 @@ return [
125125 // Global variables passed to twig templates
126126 'ga_tracking' => 'UA-XXXXX-X'
127127 ],
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',
133133 ],
134134];
135135```
You can’t perform that action at this time.
0 commit comments