mmoreram / php-formatter

PHP Formatter is a PHP developer friendly set of tools
MIT License
166 stars 17 forks source link

Fixed strict type in PHP file #31

Closed mmoreram closed 7 years ago

matt-usurp commented 7 years ago

I made these changes to my local vendor manually and this does not fix the issue.

The change needs to happen in here too as mentioned in the issue #30.

https://github.com/mmoreram/php-formatter/blob/v1.3.1/src/PHPFormatter/Console/Application.php#L34-L37

if (function_exists('ini_set') && extension_loaded('xdebug')) {
    ini_set('xdebug.show_exception_trace', false);
    ini_set('xdebug.scream', false);
}
mmoreram commented 7 years ago

Hum, I don't have xdebug installed. True :(

mmoreram commented 7 years ago

@matt-usurp updated :)