Ticket #258 (new task-todo)
Opened 4 months ago
codesniff for doctrine2 entity restrictions
| Reported by: | vain | Owned by: | |
|---|---|---|---|
| Priority: | minor-leicht | Milestone: | Triage | Neuzuteilung |
| Component: | Project Tools | Version: | |
| Keywords: | Cc: | ||
| Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
| Billable?: | no | Total Hours: | 0 |
| Internal?: | no |
Description
create codesniff monitoring doctrine2 entities for the following things:
- no final methods
- no clone or wakeup
- no public properties
- setter and getter for all properties
- no same names for properties
More: http://www.doctrine-project.org/docs/orm/2.0/en/reference/architecture.html#entities
Note: See
TracTickets for help on using
tickets.
