Tarmo Leppänen

Results 46 issues of Tarmo Leppänen

`composer.json` shows that minimum PHP version is `7.1.x` - so why don't use strict types everywhere? eg. https://github.com/propelorm/Propel3/blob/master/src%2FPropel%2FCommon%2FTypes%2FSQL%2FBooleanType.php ```php

https://github.com/sensiolabs/SensioFrameworkExtraBundle/blob/master/src/Configuration/ParamConverter.php vs. https://github.com/psalm/psalm-plugin-symfony/blob/master/src/Stubs/common/Bundle/FrameworkExtraBundle/Configuration/ParamConverter.stubphp Latest version doesn't return `null` anymore.

question

There isn't any documentation about `data-show-values="true"` option which will enable current value show on slider.

Currently within Symfony Flex projects doctrine configuration is like: ``` doctrine: dbal: url: '%env(DATABASE_URL)%' ``` Where this ```DATABASE_URL``` env is eg. ```mysql://[email protected]:3306/symfony?charset=utf8mb4&serverVersion=5.7``` With this database creations won't work as expected...

#### Steps required to reproduce the problem 1. composer create-project "symfony/skeleton:^4.0" symfony4 2. cd symfony4 3. composer require codeclimate/php-test-reporter --dev #### Expected Result * Successfully installation #### Actual Result ```...