Skip to content

chore!: remove chunky facade and add more test cases #318

chore!: remove chunky facade and add more test cases

chore!: remove chunky facade and add more test cases #318

Triggered via push April 1, 2025 14:20
Status Success
Total duration 34s
Artifacts

run-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 1 notice
strictness/require-return-type: tests/Feature/UploadControllerTest.php#L115
Closure is missing a return type hint Type hints improve code readability and help prevent type-related errors. Help: Consider adding a return type hint to the closure.
naming/constant: src/GenericBackupNameResolver.php#L13
Constant name `Separator` should be in constant case. The constant name `Separator` does not follow constant naming convention. Help: Consider renaming it to `SEPARATOR` to adhere to the naming convention.