mrcnpdlk/unoconv-api

View on GitHub

Showing 56 of 57 total issues

Constant InitialPage should be defined in uppercase
Open

    public const InitialPage                           = 'InitialPage';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant InitialView should be defined in uppercase
Open

    public const InitialView                           = 'InitialView';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant MaxImageResolution should be defined in uppercase
Open

    public const MaxImageResolution                    = 'MaxImageResolution';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant ReduceImageResolution should be defined in uppercase
Open

    public const ReduceImageResolution                 = 'ReduceImageResolution';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant Selection should be defined in uppercase
Open

    public const Selection                             = 'Selection';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant UseTaggedPDF should be defined in uppercase
Open

    public const UseTaggedPDF                          = 'UseTaggedPDF';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant AllowDuplicateFieldNames should be defined in uppercase
Open

    public const AllowDuplicateFieldNames              = 'AllowDuplicateFieldNames';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant EnableTextAccessForAccessibilityTools should be defined in uppercase
Open

    public const EnableTextAccessForAccessibilityTools = 'EnableTextAccessForAccessibilityTools';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant PageLayout should be defined in uppercase
Open

    public const PageLayout                            = 'PageLayout';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant PageRange should be defined in uppercase
Open

    public const PageRange                             = 'PageRange';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant ConvertOOoTargetToPDFTarget should be defined in uppercase
Open

    public const ConvertOOoTargetToPDFTarget           = 'ConvertOOoTargetToPDFTarget';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant ExportFormFields should be defined in uppercase
Open

    public const ExportFormFields                      = 'ExportFormFields';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant IsSkipEmptyPages should be defined in uppercase
Open

    public const IsSkipEmptyPages                      = 'IsSkipEmptyPages';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant IsAddStream should be defined in uppercase
Open

    public const IsAddStream                           = 'IsAddStream';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant ExportBookmarks should be defined in uppercase
Open

    public const ExportBookmarks                       = 'ExportBookmarks';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant ExportNotesPages should be defined in uppercase
Open

    public const ExportNotesPages                      = 'ExportNotesPages';
Severity: Minor
Found in src/Enum/ExportType.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Severity
Category
Status
Source
Language