Skip to content

Commit 40a7e5d

Browse files
committed
Fixed linter errors
1 parent 64be1ee commit 40a7e5d

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

doc/COMMANDS.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,21 @@ with just running `make` command:
5151

5252
```bash
5353
bash # Get bash inside PHP container
54-
build # Build containers and start application in development mode
54+
build # Build containers and start application in
55+
# development mode
5556
cache-clear # Clears the cache
5657
cache-warmup # Warms up an empty cache
5758
check-dependencies # Checks if any vendor dependency can be updated
5859
clear-tools # Clears all tools depedencies
5960
configuration # Prints out application current configuration
60-
ecs-fix # Runs The Easiest Way to Use Any Coding Standard to fix issues
61+
ecs-fix # Runs The Easiest Way to Use Any Coding Standard
62+
# to fix issues
6163
ecs # Runs The Easiest Way to Use Any Coding Standard
6264
generate-jwt-keys # Generates JWT auth keys
6365
infection # Runs Infection to codebase
6466
install-bin # Install composer bin dependencies
65-
lint-configuration # Lint current defined `application.json` that it contains valid JSON
67+
lint-configuration # Lint current defined `application.json` that it
68+
# contains valid JSON
6669
lint-yaml # Lint config YAML files
6770
local-configuration # Create local configuration files
6871
logs # Show logs from all containers
@@ -74,20 +77,25 @@ phpmetrics # Generates PhpMetrics static analysis
7477
phpstan # Runs PHPStan static analysis tool
7578
psalm-github # Runs Psalm static analysis tool
7679
psalm # Runs Psalm static analysis tool
77-
psalm-shepherd # Runs Psalm static analysis tool + report results to shepherd
80+
psalm-shepherd # Runs Psalm static analysis tool + report results
81+
# to shepherd
7882
report-fastest # Creates clover and JUnit xml from fastest run
7983
run-tests-fastest-phpdbg # Runs all test via fastest (phpdbg)
8084
run-tests-fastest-php # Runs all test via fastest (pure PHP)
81-
run-tests-fastest # Runs all test via fastest (Uses phpdbg if that is installed)
85+
run-tests-fastest # Runs all test via fastest (Uses phpdbg if that is
86+
# installed)
8287
run-tests-phpdbg # Runs all tests via phpunit (phpdbg)
8388
run-tests-php # Runs all tests via phpunit (pure PHP)
84-
run-tests # Runs all tests via phpunit (Uses phpdbg if that is installed)
89+
run-tests # Runs all tests via phpunit (Uses phpdbg if that
90+
# is installed)
8591
start # Start application in development mode
8692
stop # Stop application containers
8793
update-bin # Update composer bin dependencies
8894
update # Update composer dependencies
89-
watch-build # Build containers and start application in development mode + watch output
90-
watch-start # Start application in development mode + watch output
95+
watch-build # Build containers and start application in
96+
# development mode + watch output
97+
watch-start # Start application in development mode + watch
98+
# output
9199
```
92100

93101
### Symfony console [](#table-of-contents)

0 commit comments

Comments
 (0)