vragovR/pimpay-bundle

View on GitHub
src/Service/ApiService.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct(array $params, CryptoHandlerInterface $cryptoHandler)
    {
        $this->wsdl = file_get_contents(__DIR__.'/../Resources/wsdl.xml');
        $this->token = $params['token'];
        $this->cryptoHandler = $cryptoHandler;
Severity: Minor
Found in src/Service/ApiService.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status