Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
22 | interface ThreadStatusManagerInterface |
||
23 | { |
||
24 | /** |
||
25 | * Updates the thread status for a given participant. |
||
26 | * |
||
27 | * @param ThreadStatus $newThreadStatus The new thread status |
||
28 | * @param ThreadInterface $thread The thread for whom we update the status |
||
29 | * @param ParticipantInterface $participant The participant for whom we update the status |
||
30 | * |
||
31 | * @return boolean true if the thread status was updated false otherwise |
||
32 | */ |
||
33 | public function updateThreadStatusForParticipant( |
||
38 | } |
||
39 |
This check examines a number of code elements and verifies that they conform to the given naming conventions.
You can set conventions for local variables, abstract classes, utility classes, constant, properties, methods, parameters, interfaces, classes, exceptions and special methods.