| 1 | <?php |
||
| 11 | class LeadManager extends AbstractManager |
||
| 12 | { |
||
| 13 | |||
| 14 | public function getSupport(Entity $object) |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param Entity $object |
||
| 21 | * @throws DeleteObjectNotAllowedException |
||
| 22 | */ |
||
| 23 | public function delete(Entity $object) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param Entity $object |
||
| 30 | * @return bool|Entity|void |
||
| 31 | * @throws UpdateObjectNotAllowedException |
||
| 32 | */ |
||
| 33 | public function update(Entity $object) |
||
| 37 | } |
||
|
|
|||
| 38 |
This check marks files that end in a newline character, i.e. an empy line.