Skip to content

Commit

Permalink
exclude null values
Browse files Browse the repository at this point in the history
  • Loading branch information
doganoo committed Feb 1, 2021
1 parent 7dbf60d commit 9825f53
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 124 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
},
"scripts": {
"run-test": "vendor/bin/phpunit tests",
"phpstan": "vendor/bin/phpstan analyse --level=8 --memory-limit=2G src tests"
"phpstan": "vendor/bin/phpstan analyse --level=8 --memory-limit=2G src tests",
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility",
"post-update-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility",
"php-compatibility": "./vendor/bin/phpcs -p . --standard=PHPCompatibility --runtime-set testVersion 7.1-8.0 --extensions=php --ignore=vendor/"
}
}

0 comments on commit 9825f53

Please sign in to comment.