From 944e587505a511e262f0f008ef8ffcfc70366f9a Mon Sep 17 00:00:00 2001 From: Mario Blazek Date: Mon, 5 Nov 2018 13:58:15 +0100 Subject: [PATCH] Typehint PHP in README exmaple (#24) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad3dd0f..b4d62b7 100644 --- a/README.md +++ b/README.md @@ -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();