Releases: php-parallel-lint/PHP-Var-Dump-Check
Releases · php-parallel-lint/PHP-Var-Dump-Check
Released version 0.5
Added
- Added
--custom-function
parameter to check custom debug functions #10 from @umutphp. - Added .gitattributes from @reedy.
Fixed
Internal
- Replaced array syntax with short array syntax from @peter279k.
- Added EOF (end of file) for some PHP files from @peter279k.
- Removed $loader variable on bootstrap.php file because it's unused from @peter279k.
- To be compatible with future PHPUnit version, using the ^4.8.36 version at least from @peter279k.
- Changed namespace to PHPunit\Framework\TestCase class namesapce from @peter279k.
- Composer: allow installation of more recent Parallel Lint #9 from @jrfnl.
- Travis: removed sudo #8 from @jrfnl.
- Travis: removed Composer option
--prefer-source
#8 from @jrfnl.
Released version 0.4
Added
- Added check for Symfony dump function
dd
from @antograssiot. - Added check for Laravel dump function
dump
from @Douglasdc3. - Added changelog.
- Added support for PHP 7.4.
Internal
- Fixed running tests in PHP 5.4 and PHP 5.5 in CI.