Skip to content

Commit

Permalink
fixup! Fix: Do not create new room on joining. Expose target's avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurJCQ committed Nov 27, 2023
1 parent f8c785a commit 7de233a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ phpstan-ci: prepare-ci

.PHONY: phpcs
phpcs:
vendor/bin/phpcs -sp --standard=phpcs.xml --extensions=php --ignore=*/tests/bootstrap.php src tests
vendor/bin/phpcs -sp --standard=phpcs.xml.dist --extensions=php --ignore=*/tests/bootstrap.php src tests

.PHONY: phpcs-ci
phpcs-ci: prepare-ci
vendor/bin/phpcs -sp --report=checkstyle --report-file=$(REPORTS_DIR)/phpcs.xml --standard=phpcs.xml --extensions=php --ignore=*/tests/bootstrap.php src tests
vendor/bin/phpcs -sp --report=checkstyle --report-file=$(REPORTS_DIR)/phpcs.xml --standard=phpcs.xml.dist --extensions=php --ignore=*/tests/bootstrap.php src tests

.PHONY: unit-tests
unit-tests:
Expand Down

0 comments on commit 7de233a

Please sign in to comment.