Skip to content

Commit

Permalink
Add missing typehint in example code.
Browse files Browse the repository at this point in the history
Closes #289
  • Loading branch information
ADmad committed Jul 31, 2020
1 parent 05f6b5e commit 61a1803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -155,7 +155,7 @@ The above will use `App\Model\Filter\PostsBackendCollection`.
Add the `Search.Search` component with the necessary actions in your controller.

```php
public function initialize()
public function initialize(): void
{
parent::initialize();

Expand Down

0 comments on commit 61a1803

Please sign in to comment.