chore!: remove chunky facade and add more test cases #318
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.
|