Skip to content

Commit 8b94696

Browse files
authored
Merge pull request #8 from mercuryseries/patch-1
Little update on symfony open:local description
2 parents ebcd95a + 2d62c45 commit 8b94696

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

@@ -235,7 +235,7 @@ tests-coverage: ## Run tests with coverage.
235235
.PHONY: tests-coverage
236236
#---------------------------------------------#
237237

238-
## === ⭐ OTHER =================================================
238+
## === ⭐ OTHERS =================================================
239239
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.
240240
.PHONY: before-commit
241241

0 commit comments

Comments
 (0)