Infanatica/InfanaticaCepModule

View on GitHub
src/InfanaticaCepModule/Controller/CepController.php

Summary

Maintainability
A
0 mins
Test Coverage

There must be one blank line after the last USE statement; 0 found;
Open

use Zend\Http\Response;

Function closing brace must go on the next line following the body; found 1 blank lines before brace
Open

    }

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

<?php

Expected 1 space after closing parenthesis; found 0
Open

        } catch(\Exception $e){

Expected 1 newline at end of file; 0 found
Open

}

No space found after comma in function call
Open

            $endereco = $this->cepService->getEnderecoByCep($cep,$formato);

Expected 1 space after CATCH keyword; 0 found
Open

        } catch(\Exception $e){

There are no issues that match your filters.

Category
Status