Skip to content

Commit

Permalink
Typehint PHP in README exmaple (ezcommunity#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioBlazek authored and andrerom committed Nov 5, 2018
1 parent 551621a commit 944e587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ public function registerBundles()

Here's an example on how to update the value of a matrix field for a content item. The field has two columns, and we are creating two rows of content:

```
```php
$repository = $this->getContainer()->get( 'ezpublish.api.repository' );
$contentService = $repository->getContentService();

Expand Down

0 comments on commit 944e587

Please sign in to comment.