jandanielcz
jandanielcz
Version: v4.2.6 ### Bug Description I use two connections to PDO MySQL, and register them both to Panel. It shows errors instead of proper informations. Error message: ~~~ Error: Dibi\Bridges\Tracy\Panel...
# Bug report I have version 1.8.1 Running ~~~ps php .\vendor\bin\phpstan analyse -c .\phpstan.neon ~~~ phpstan.neon being ~~~neon parameters: level: 6 checkMissingIterableValueType: false paths: - src ~~~ Produces: ~~~ps Xdebug:...
Is there any reason not to add PHPUnit to `composer.json`? ``` "require-dev": { "phpunit/phpunit": "^5.7" } ```