This commit is contained in:
2025-04-25 22:53:18 -04:00
parent f7b0a2c6ac
commit 3bfd5bbd9b
2 changed files with 5 additions and 2 deletions

View File

@@ -3,3 +3,8 @@
```shell ```shell
export PHP_IDE_CONFIG=serverName=localhost export PHP_IDE_CONFIG=serverName=localhost
``` ```
```shell
docker run --rm -v $(PWD):/app siteworxpro/composer run tests:all
```

View File

@@ -1,5 +1,3 @@
parameters: parameters:
tips:
treatPhpDocTypesAsCertain: false
ignoreErrors: ignoreErrors:
- '#Static call to instance method#' - '#Static call to instance method#'