function wasNotified() does not seem to conform to the naming convention (^(?:is|has|should|may|supports)).
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.
Loading history...
25
26
/**
27
* @param SessionParameters $parameters
28
* @param Deal[] $deals
29
* @return Notification[]
30
*/
31
public function createNotifications(SessionParameters $parameters, array $deals = []);
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.