Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

fix documentation #147 : mention camelCasing for properties & methods #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/getting_started/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ class Person
}
```

**Note :** Every properties and accessors MUST be wrote in camelCase.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please change wrote to written



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 :
Expand Down