Infanatica/InfanaticaCepModule

View on GitHub
src/InfanaticaCepModule/Factory/CepControllerFactory.php

Summary

Maintainability
A
0 mins
Test Coverage

Opening brace of a class must be on the line after the definition
Open

class CepControllerFactory implements FactoryInterface{

The closing brace for the class must go on the next line after the body
Open

}

End of line character is invalid; expected "\n" but found "\r\n"
Open

<?php

No space found after comma in function call
Open

        $controller = new CepController($cepService,$response);

Opening brace should be on a new line
Open

    public function createService(ServiceLocatorInterface $serviceLocator){

Expected 1 newline at end of file; 0 found
Open

}

There are no issues that match your filters.

Category
Status