We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e798c commit 8b880e5Copy full SHA for 8b880e5
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## [Unreleased]
8
9
+## [v0.5] - 2020-08-17
10
+
11
### Added
12
13
- Added `--custom-function` parameter to check custom debug functions [#10](https://github.com/php-parallel-lint/PHP-Var-Dump-Check/pull/10) from [@umutphp](https://github.com/umutphp).
var-dump-check.php
@@ -1,7 +1,7 @@
1
<?php
2
use JakubOnderka\PhpVarDumpCheck;
3
4
-const VERSION = '0.4';
+const VERSION = '0.5';
5
const SUCCESS = 0,
WITH_ERRORS = 1,
0 commit comments