src/Oci8Connection.php

Summary

Maintainability
A
3 hrs
Test Coverage

Oci8Connection has 23 functions (exceeds 20 allowed). Consider refactoring.
Open

class Oci8Connection extends AbstractOci8Base implements Oci8ConnectionInterface
{
    /**
     * Connection constructor.
     * @param $username
Severity: Minor
Found in src/Oci8Connection.php - About 2 hrs to fix

    Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            $username,
            $password,
            $connectionString = null,
            $characterSet = null,
            $sessionMode = null
    Severity: Minor
    Found in src/Oci8Connection.php - About 35 mins to fix

      Method connect has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              $username,
              $password,
              $connectionString = null,
              $characterSet = null,
              $sessionMode = null
      Severity: Minor
      Found in src/Oci8Connection.php - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status