Showing 1,792 of 1,794 total issues

Line indented incorrectly; expected 0 spaces, found 4
Open

    public function setModel(Model $model, ?array $fields = null): void
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        }
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 8 spaces, found 12
Open

            if (!$this->jsPaginator || !$this->jsPaginator->getPage()) {
Severity: Minor
Found in src/Table.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        if ($this->_renderedRowsCount === 0) {
Severity: Minor
Found in src/Table.php by phpcodesniffer

Space before opening parenthesis of function call prohibited
Open

            $actions = [$lazyJsRenderFx(static fn () => $action->jsExecute())];
Severity: Minor
Found in src/View.php by phpcodesniffer

Line indented incorrectly; expected 8 spaces, found 12
Open

            } else {
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    protected function jqueryWait(string $extraWaitCondition = 'true', array $args = [], int $maxWaitdurationMs = 5000): void
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line indented incorrectly; expected 12 spaces, found 16
Open

                if (++$c >= 2) {
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        foreach ($this->getSession()->getPage()->findAll('css', 'div.ui.negative.icon.message > div.content > div.header') as $elem) {
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    }

Line indented incorrectly; expected 12 spaces, found 16
Open

                foreach ([$k, '-moz-' . $k, '-webkit-' . $k] as $k2) {
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line indented incorrectly; expected 8 spaces, found 12
Open

            }
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    private array $jsCoverage = [];

Line indented incorrectly; expected 0 spaces, found 8
Open

        }

Line indented incorrectly; expected 0 spaces, found 4
Open

    }
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    protected function assertNoDuplicateId(): void
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        }
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line indented incorrectly; expected 8 spaces, found 12
Open

            if ($elem->getText() === 'Critical Error') {
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        if (!str_contains($this->getScenario($event)->getTitle() ?? '', 'exception is displayed')) {
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer

Line indented incorrectly; expected 8 spaces, found 12
Open

            if ($this->getSession()->evaluateScript($finishedScript, $args)) { // TODO wait() uses evaluateScript(), dedup
Severity: Minor
Found in src/Behat/Context.php by phpcodesniffer
Severity
Category
Status
Source
Language