mrcnpdlk/unoconv-api

View on GitHub
src/Enum/ExportType.php

Summary

Maintainability
A
0 mins
Test Coverage

Constant Changes should be defined in uppercase
Open

    public const Changes                               = 'Changes';
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 ExportNotes should be defined in uppercase
Open

    public const ExportNotes                           = 'ExportNotes';
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 CenterWindow should be defined in uppercase
Open

    public const CenterWindow                          = 'CenterWindow';
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 Printing should be defined in uppercase
Open

    public const Printing                              = 'Printing';
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 DocumentOpenPassword should be defined in uppercase
Open

    public const DocumentOpenPassword                  = 'DocumentOpenPassword';
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 Quality should be defined in uppercase
Open

    public const Quality                               = 'Quality';
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 EmbedStandardFonts should be defined in uppercase
Open

    public const EmbedStandardFonts                    = 'EmbedStandardFonts';
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 ExportBookmarksToPDFDestination should be defined in uppercase
Open

    public const ExportBookmarksToPDFDestination       = 'ExportBookmarksToPDFDestination';
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 OpenBookmarkLevels should be defined in uppercase
Open

    public const OpenBookmarkLevels                    = 'OpenBookmarkLevels';
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 PDFViewSelection should be defined in uppercase
Open

    public const PDFViewSelection                      = 'PDFViewSelection';
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 EnableCopyingOfContent should be defined in uppercase
Open

    public const EnableCopyingOfContent                = 'EnableCopyingOfContent';
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 ExportLinksRelativeFsys should be defined in uppercase
Open

    public const ExportLinksRelativeFsys               = 'ExportLinksRelativeFsys';
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 FormsType should be defined in uppercase
Open

    public const FormsType                             = 'FormsType';
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 SelectPdfVersion should be defined in uppercase
Open

    public const SelectPdfVersion                      = 'SelectPdfVersion';
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 FirstPagOnLeft should be defined in uppercase
Open

    public const FirstPagOnLeft                        = 'FirstPagOnLeft';
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 UseLosslessCompression should be defined in uppercase
Open

    public const UseLosslessCompression                = 'UseLosslessCompression';
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 EncryptFile should be defined in uppercase
Open

    public const EncryptFile                           = 'EncryptFile';
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 HideViewerToolbar should be defined in uppercase
Open

    public const HideViewerToolbar                     = 'HideViewerToolbar';
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 ResizeWindowToInitialPage should be defined in uppercase
Open

    public const ResizeWindowToInitialPage             = 'ResizeWindowToInitialPage';
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 RestrictPermissions should be defined in uppercase
Open

    public const RestrictPermissions                   = 'RestrictPermissions';
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 UseTransitionEffects should be defined in uppercase
Open

    public const UseTransitionEffects                  = 'UseTransitionEffects';
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 Watermark should be defined in uppercase
Open

    public const Watermark                             = 'Watermark';
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 HideViewerMenubar should be defined in uppercase
Open

    public const HideViewerMenubar                     = 'HideViewerMenubar';
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 Magnification should be defined in uppercase
Open

    public const Magnification                         = 'Magnification';
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 OpenInFullScreenMode should be defined in uppercase
Open

    public const OpenInFullScreenMode                  = 'OpenInFullScreenMode';
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 PermissionPassword should be defined in uppercase
Open

    public const PermissionPassword                    = 'PermissionPassword';
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 RestrictPermissionPassword should be defined in uppercase
Open

    public const RestrictPermissionPassword            = 'RestrictPermissionPassword';
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 Zoom should be defined in uppercase
Open

    public const Zoom                                  = 'Zoom';
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 DisplayPDFDocumentTitle should be defined in uppercase
Open

    public const DisplayPDFDocumentTitle               = 'DisplayPDFDocumentTitle';
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 HideViewerWindowControls should be defined in uppercase
Open

    public const HideViewerWindowControls              = 'HideViewerWindowControls';
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 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

There are no issues that match your filters.

Category
Status