We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758205c commit 1ce12edCopy full SHA for 1ce12ed
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.4] - 2020-04-25
10
+
11
### Added
12
13
- Added check for Symfony dump function `dd` from [@antograssiot](https://github.com/antograssiot).
var-dump-check.php
@@ -1,7 +1,7 @@
1
<?php
2
use JakubOnderka\PhpVarDumpCheck;
3
4
-const VERSION = '0.3';
+const VERSION = '0.4';
5
const SUCCESS = 0,
WITH_ERRORS = 1,
0 commit comments