for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Abacaphiliac\DoctrineORMDiagnosticsModule;
class CheckSchemaFactory extends AbstractCheckCommandFactory
{
/**
* @return string
*/
public function getCommandServiceName()
return 'doctrine.orm_cmd.validate_schema';
}