Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b10f201

Browse files
committed
Update getting-started.rst
The ' will lead a Doctrine error, use " replace fix it
1 parent 6ff8cc6 commit b10f201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ to reduce code duplication::
112112
protected $title;
113113

114114
/**
115-
* @PHPCR\Field(type='string', nullable=true)
115+
* @PHPCR\Field(type="string", nullable=true)
116116
*/
117117
protected $content;
118118

0 commit comments

Comments
 (0)