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

Commit

Permalink
Merge branch 'docs/190' into develop
Browse files Browse the repository at this point in the history
Forward port #190
  • Loading branch information
michalbundyra committed Oct 21, 2019
2 parents 6a92526 + 0928210 commit 87c094a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/book/specs.md
Expand Up @@ -18,13 +18,13 @@ default. To enable it, you must add the
`input_filters` configuration key.

```php
return array(
'input_filters' => array(
'abstract_factories' => array(
'Zend\InputFilter\InputFilterAbstractServiceFactory'
),
),
);
return [
'input_filters' => [
'abstract_factories' => [
'Zend\InputFilter\InputFilterAbstractServiceFactory',
],
],
];
```

For [Expressive](https://docs.zendframework.com/zend-expressive/) when using
Expand Down

0 comments on commit 87c094a

Please sign in to comment.