MigrationFactory 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 string $plugin
19
*
20
* @throws NoPluginException
21
*
22
* @return MigrationInterface
23
*/
24
public static function resolve(string $plugin, Command $command): MigrationInterface
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.