Skip to content

Commit 6da7ed1

Browse files
committed
fix: path to php-cs-fixer.php config in playground
1 parent 570686a commit 6da7ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/landing/templates/playground/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'tools/flow.phar': asset('wasm/tools/flow.phar'),
1717
'tools/php-cs-fixer.phar': asset('wasm/tools/php-cs-fixer.phar'),
1818
'vendor/autoload.php': asset('wasm/vendor/autoload.php.wasm'),
19-
'.php-cs-fixer.php': asset('wasm/php-cs-fixer.php.wasm'),
19+
'.php-cs-fixer.php': asset('wasm/phpcsfixer.php.wasm'),
2020
'bin/cs-fixer.php': asset('wasm/bin/cs-fixer.php.wasm'),
2121
'data/orders.xml': asset('wasm/data/orders.xml'),
2222
'data/orders.json': asset('wasm/data/orders.json'),

0 commit comments

Comments
 (0)