cart
cart copied to clipboard
[BUGFIX] Remove falsy path in phplint config
Setting the path to path: ./../ gets wrong
results as it make the linter running in the
parent directory of the extensoin.
Simply removing works when
running it with the composer command.
Note: phplint is not used by the CI!