Showing 1,792 of 1,794 total issues

Line indented incorrectly; expected 12 spaces, found 16
Open

                }
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

Closing brace must be on a line by itself
Open

class Exception extends CoreException {}
Severity: Minor
Found in src/Exception.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    protected function assertNoException(): 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 0 spaces, found 4
Open

    }

Space before opening parenthesis of function call prohibited
Open

        $args = array_map(static fn ($v) => escapeshellarg($v), $args);
Severity: Minor
Found in src/Console.php by phpcodesniffer

Closing brace must be on a line by itself
Open

final class ExitApplicationError extends \Error {}

Closing brace must be on a line by itself
Open

final class LateOutputError extends \Error {}

Space before opening parenthesis of function call prohibited
Open

        $idsToDelete = array_filter(array_column($this->rowData, $model->idField), static fn ($v) => $v !== null);

Line indented incorrectly; expected 4 spaces, found 8
Open

        }

Line indented incorrectly; expected 0 spaces, found 4
Open

    public bool $revealEye = true;

Line indented incorrectly; expected 0 spaces, found 4
Open

    public string $inputType = 'password';

Space before opening parenthesis of function call prohibited
Open

            $expr = \Closure::bind(static fn () => $expr->template, null, Persistence\Sql\Expression::class)();

Space before opening parenthesis of function call prohibited
Open

                $components = array_map(fn ($v) => $this->queryToScope($v), $query['query']['children']);

Line indented incorrectly; expected 4 spaces, found 8
Open

        if ($this->revealEye) {

Space before opening parenthesis of function call prohibited
Open

            $this->setSource(array_map(static fn ($k, string $v) => ['k' => $k, 'name' => $v], array_keys($this->values), $this->values));
Severity: Minor
Found in src/Form/Control/Radio.php by phpcodesniffer

Space before opening parenthesis of function call prohibited
Open

        $this->valuePropsBinding[$field->shortName] = fn ($field, $value) => $this->setLookupOptionValue($field, $value);

Line indented incorrectly; expected 0 spaces, found 4
Open

    protected function init(): void

Line indented incorrectly; expected 8 spaces, found 12
Open

            if ($this->disabled) {
Severity
Category
Status
Source
Language