chippyash/Simple-Accounts

View on GitHub
src/Chippyash/SAccounts/Storage/Account/Serialized.php

Summary

Maintainability
A
0 mins
Test Coverage

Only one argument is allowed per line in a multi-line function call
Open

                ' ', '_', "{$name}_{$orgId}")

Only one argument is allowed per line in a multi-line function call
Open

                ' ', '_', "{$name}_{$orgId}")

Multi-line function call not indented correctly; expected 12 spaces but found 16
Open

                serialize($chart)) > 0

No space found after comma in function call
Open

                $this->normalizeName($chart->getName(),$chart->getOrg()->id()),

Multi-line function call not indented correctly; expected 8 spaces but found 12
Open

            )

Closing parenthesis of a multi-line function call must be on a line by itself
Open

                ' ', '_', "{$name}_{$orgId}")

Closing parenthesis of a multi-line function call must be on a line by itself
Open

                serialize($chart)) > 0

Multi-line function call not indented correctly; expected 12 spaces but found 16
Open

                ' ', '_', "{$name}_{$orgId}")

Expected 1 newline at end of file; 0 found
Open

}

Whitespace found at end of line
Open

     * 

There are no issues that match your filters.

Category
Status