Skip to content

Commit bd5136c

Browse files
committed
Merge style updates
2 parents 33e535c + 50982d5 commit bd5136c

19 files changed

+872
-567
lines changed

.php-cs-fixer.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@
2525
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2626
*/
2727

28+
use PhpCsFixer\Runner\Parallel\ParallelConfigFactory;
29+
2830
return (new PhpCsFixer\Config())
2931
->setRiskyAllowed(true)
32+
->setParallelConfig(ParallelConfigFactory::detect())
33+
->setUnsupportedPhpVersionAllowed(true)
3034
->setRules([
3135
'@Symfony' => true,
3236
'array_indentation' => true,

build/kint.phar

-2.48 KB
Binary file not shown.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@format:js",
5252
"@format:sass"
5353
],
54-
"format:php": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix",
54+
"format:php": "php-cs-fixer fix",
5555
"format:js": "npm run format:js",
5656
"format:sass": "npm run format:sass",
5757
"build": [

composer.lock

Lines changed: 245 additions & 178 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)