From b9c49cb96d327b75342a8faa0550d2a1407d3b7b Mon Sep 17 00:00:00 2001 From: David Badura Date: Wed, 17 Jun 2015 10:58:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33230e7..9709d25 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ used by [doThings](https://github.com/DavidBadura/doThings) - a Taskwarrior web- composer require 'davidbadura/taskwarrior' ``` -Unfortunately, the annotation reader is not automatically registered on composer. So you should add following line: +Unfortunately, the annotation reader is not automatically registered on composer. So you should add following line if you have `[Semantical Error] The annotation "@JMS\Serializer\Annotation\Type" in property [...] does not exist, or could not be auto-loaded.` exception: ```php \Doctrine\Common\Annotations\AnnotationRegistry::registerLoader('class_exists');