From 9df2ed7a46862c6df60752e066e3436862ef43c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simonas=20=C5=A0erlinskas?= Date: Tue, 11 Feb 2020 00:14:35 +0200 Subject: [PATCH] do not need quotes for parameters in the annotation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d08a3e5a..13157a8f 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ class Product public $id; /** - * @ES\Property(type="text", "analyzer"="eNgramAnalyzer") + * @ES\Property(type="text", analyzer="eNgramAnalyzer") */ public $title;