Skip to content

Codesniffer

Codesniffer #41

Triggered via schedule January 8, 2024 08:16
Status Failure
Total duration 44s
Artifacts

codesniffer.yml

on: schedule
Codesniffer  /  Codesniffer (8.1)
22s
Codesniffer / Codesniffer (8.1)
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Codesniffer / Codesniffer (8.1): src/Multiplier.php#L69
Property \Contributte\FormMultiplier\Multiplier::$resolver has useless @var annotation.
Codesniffer / Codesniffer (8.1): src/Multiplier.php#L70
The placement of "protected properties" group is invalid. Last group was "private properties" and one of these is expected after it: private properties, constructor, destructor, static constructors, public static abstract methods, public static final methods, public static methods, public abstract methods, public final methods, public methods, protected static abstract methods, protected static final methods, protected static methods, protected abstract methods, protected final methods, protected methods, private static methods, private methods, magic methods
Codesniffer / Codesniffer (8.1): src/Multiplier.php#L216
Expected 1 line after "if", found 0.
Codesniffer / Codesniffer (8.1): src/Multiplier.php#L341
Tabs must be used to indent lines; spaces are not allowed
Codesniffer / Codesniffer (8.1): src/Multiplier.php#L389
Tabs must be used to indent lines; spaces are not allowed
Codesniffer / Codesniffer (8.1): src/Multiplier.php#L390
Tabs must be used to indent lines; spaces are not allowed
Codesniffer / Codesniffer (8.1)
Process completed with exit code 2.