XDynamicKey does not seem to conform to the naming convention (Utils?$).
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...
16
{
17
/**
18
* @param array $fields array of fields
19
* @param string $refMethods string containing "path" to the ref field
20
* @return array
21
*
22
* @throws MethodNotFoundException
23
*/
24
public static function resolveRef($fields, $refMethods)
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.