diff --git a/apiDocumentation/classes.html b/apiDocumentation/classes.html index 6fd35fd..49a4db4 100644 --- a/apiDocumentation/classes.html +++ b/apiDocumentation/classes.html @@ -123,6 +123,22 @@ EMPTY + + + JoinType + + 'Enum' of join types + EMPTY + + + + + LikeType + + 'Enum' of join types + EMPTY + + MapType diff --git a/apiDocumentation/classes/Query_ConnectionManager.html b/apiDocumentation/classes/Query_ConnectionManager.html index a25875b..95c5300 100644 --- a/apiDocumentation/classes/Query_ConnectionManager.html +++ b/apiDocumentation/classes/Query_ConnectionManager.html @@ -52,6 +52,9 @@
  • Synopsis
  • +
  • + Violations +
  • Methods
  • @@ -77,6 +80,82 @@ }
    +

    Violations

    +
    +

    PHPMessDetector

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    LineRuleMessage
    129 + UndefinedVariable + Avoid using undefined variables such as '$dsn' which will lead to PHP notices.
    129 + UndefinedVariable + Avoid using undefined variables such as '$options' which will lead to PHP notices.
    135 + ShortVariable + Avoid variables with short names like $db. Configured minimum length is 3.
    136 + UndefinedVariable + Avoid using undefined variables such as '$dsn' which will lead to PHP notices.
    136 + UndefinedVariable + Avoid using undefined variables such as '$options' which will lead to PHP notices.
    137 + UndefinedVariable + Avoid using undefined variables such as '$dsn' which will lead to PHP notices.
    137 + UndefinedVariable + Avoid using undefined variables such as '$options' which will lead to PHP notices.
    155 - 157 + ElseExpression + The method connect uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
    196 - 198 + ElseExpression + The method parseParams uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
    +

    Methods

    public

    diff --git a/apiDocumentation/classes/Query_ConnectionManager/connect.html b/apiDocumentation/classes/Query_ConnectionManager/connect.html index 4afee89..f66c0dc 100644 --- a/apiDocumentation/classes/Query_ConnectionManager/connect.html +++ b/apiDocumentation/classes/Query_ConnectionManager/connect.html @@ -102,6 +102,75 @@
    +

    Violations

    +
    +

    PHPMessDetector

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    LineRuleMessage
    129 + UndefinedVariable + Avoid using undefined variables such as '$dsn' which will lead to PHP notices.
    129 + UndefinedVariable + Avoid using undefined variables such as '$options' which will lead to PHP notices.
    135 + ShortVariable + Avoid variables with short names like $db. Configured minimum length is 3.
    136 + UndefinedVariable + Avoid using undefined variables such as '$dsn' which will lead to PHP notices.
    136 + UndefinedVariable + Avoid using undefined variables such as '$options' which will lead to PHP notices.
    137 + UndefinedVariable + Avoid using undefined variables such as '$dsn' which will lead to PHP notices.
    137 + UndefinedVariable + Avoid using undefined variables such as '$options' which will lead to PHP notices.
    155 - 157 + ElseExpression + The method connect uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
    +