Skip to content

Commit 9df2ed7

Browse files
committed
do not need quotes for parameters in the annotation
1 parent 04d452a commit 9df2ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class Product
132132
public $id;
133133

134134
/**
135-
* @ES\Property(type="text", "analyzer"="eNgramAnalyzer")
135+
* @ES\Property(type="text", analyzer="eNgramAnalyzer")
136136
*/
137137
public $title;
138138

0 commit comments

Comments
 (0)