Skip to content

Commit 2d62c45

Browse files
Little update on symfony open:local description
1 parent f83faa7 commit 2d62c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ sf-dump-routes: ## Dump routes.
126126
$(SYMFONY_CONSOLE) debug:router
127127
.PHONY: sf-dump-routes
128128

129-
sf-open: ## Open symfony server.
129+
sf-open: ## Open project in a browser.
130130
$(SYMFONY) open:local
131131
.PHONY: sf-open
132132

@@ -227,7 +227,7 @@ tests-coverage: ## Run tests with coverage.
227227
.PHONY: tests-coverage
228228
#---------------------------------------------#
229229

230-
## === ⭐ OTHER =================================================
230+
## === ⭐ OTHERS =================================================
231231
before-commit: qa-cs-fixer qa-phpstan qa-security-checker qa-phpcpd qa-lint-twigs qa-lint-yaml qa-lint-container qa-lint-schema tests ## Run before commit.
232232
.PHONY: before-commit
233233

0 commit comments

Comments
 (0)