From d1a79035e7de3776a2501b878de49d51fd1dcb3c Mon Sep 17 00:00:00 2001 From: robin Date: Tue, 3 Oct 2017 11:41:35 +0200 Subject: [PATCH] fix documentation #147 : mention camelCasing for properties & methods --- docs/getting_started/tutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting_started/tutorial.md b/docs/getting_started/tutorial.md index a28dd73a..76d2f3ad 100644 --- a/docs/getting_started/tutorial.md +++ b/docs/getting_started/tutorial.md @@ -157,6 +157,8 @@ class Person } ``` +**Note :** Every properties and accessors MUST be wrote in camelCase. + The next step is to apply the metadata that will define how your entities, their properties and references should be mapped to the database. Metadata for entities is defined using docblock annotations :