File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -258,16 +258,16 @@ the coding standard for the project.
258258
259259- PHP files [ PHP Coding Standards Fixer] ( https://cs.symfony.com/ )
260260
261- ``` shell
262- docker compose exec phpfpm composer coding-standards-check
263- ```
261+ ``` shell
262+ docker compose exec phpfpm composer coding-standards-check
263+ ```
264264
265265- Markdown files (markdownlint standard rules)
266266
267- ` ` ` shell
268- docker run --rm -v .:/app --workdir=/app node:20 npm install
269- docker run --rm -v .:/app --workdir=/app node:20 npm run coding-standards-check
270- ` ` `
267+ ``` shell
268+ docker run --rm -v .:/app --workdir=/app node:20 npm install
269+ docker run --rm -v .:/app --workdir=/app node:20 npm run coding-standards-check
270+ ```
271271
272272#### YAML
273273
@@ -281,16 +281,16 @@ To attempt to automatically fix coding style issues
281281
282282- PHP files [ PHP Coding Standards Fixer] ( https://cs.symfony.com/ )
283283
284- ` ` ` sh
285- docker compose exec phpfpm composer coding-standards-apply
286- ` ` `
284+ ``` sh
285+ docker compose exec phpfpm composer coding-standards-apply
286+ ```
287287
288288- Markdown files (markdownlint standard rules)
289289
290- ` ` ` shell
291- docker run --rm -v .:/app --workdir=/app node:18 npm install
292- docker run --rm -v .:/app --workdir=/app node:18 npm run coding-standards-apply
293- ` ` `
290+ ``` shell
291+ docker run --rm -v .:/app --workdir=/app node:18 npm install
292+ docker run --rm -v .:/app --workdir=/app node:18 npm run coding-standards-apply
293+ ```
294294
295295## Tests
296296
You can’t perform that action at this time.
0 commit comments