Andrew Murray

Results 164 issues of Andrew Murray

This renames '.php_cs' as per '.php-cs-fixer.php' https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/d5b4ec6d11bd36380748551c43ddba93908a74bb/src/Console/ConfigurationResolver.php#L262-L268, and updates the contents as per https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/config.rst#configuring-paths

Sequel to https://github.com/tbar0970/jethro-pmm/pull/245 To make these changes, I use https://github.com/PHP-CS-Fixer/PHP-CS-Fixer

After the minimum PHP version was set to 7.0 in https://github.com/tbar0970/jethro-pmm/commit/ea123a79238e062acb93f5acc46a228a35f6ff7f

Addresses #729, building on #1129 I've searched through Jethro for any query containing 'GROUP BY' and run each of them. I found three that caused an error when ONLY_FULL_GROUP_BY mode...