Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/610'
Browse files Browse the repository at this point in the history
Close #610
  • Loading branch information
weierophinney committed Apr 10, 2018
2 parents 8b94517 + 136362d commit 4ea54ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/book/v3/cookbook/double-pass-middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ this middleware with Expressive 3?
zend-stratigility v2.2 and v3.0 ship a utility function,
`Zend\Stratigility\doublePassMiddleware()`, that will decorate a callable
double-pass middleware using a `Zend\Stratigility\Middleware\DoublePassMiddlewareDecorator`
double-pass middleware using a `Zend\Stratigility\Middleware\DoublePassMiddlewareDecorator`
instance; this latter is a PSR-15 impelementation, and can thus be used in your
middleware pipelines.
Expand Down
10 changes: 5 additions & 5 deletions docs/book/v3/features/template/twig.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ return [
// Global variables passed to twig templates
'ga_tracking' => 'UA-XXXXX-X'
],
'optimizations' => -1, // -1: Enable all (default), 0: disable optimizations
'runtime_loaders' => [
// runtime loader names or instances
],
'timezone' => 'default timezone identifier, e.g. America/New_York',
'optimizations' => -1, // -1: Enable all (default), 0: disable optimizations
'runtime_loaders' => [
// runtime loader names or instances
],
'timezone' => 'default timezone identifier, e.g. America/New_York',
],
];
```
Expand Down

0 comments on commit 4ea54ed

Please sign in to comment.