Skip to content

Commit

Permalink
Merge pull request #3 from DenDii479/master
Browse files Browse the repository at this point in the history
Fix: Fixed README.md text
  • Loading branch information
ZhukV authored Jan 10, 2025
2 parents fcc49a7 + 82eb031 commit b413939
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,24 @@ Development
For easy development you can use the `Docker`.

```bash
$ docker build -t ruler .
$ docker run -it -v $(pwd):/code --name ruler ruler bash
docker build -t ruler .
docker run -it -v $(pwd):/code --name ruler ruler bash

```

After success run and attach to container you must install vendors:

```bash
$ composer update
composer update
```

Before create the PR or merge into develop, please run next commands for validate code:

```bash
$ ./bin/phpunit
./bin/phpunit

$ ./bin/phpcs --config-set show_warnings 0
$ ./bin/phpcs --standard=vendor/escapestudios/symfony2-coding-standard/Symfony/ src/
$ ./bin/phpcs --standard=tests/phpcs-ruleset.xml tests/
./bin/phpcs --config-set show_warnings 0
./bin/phpcs --standard=vendor/escapestudios/symfony2-coding-standard/Symfony/ src/
./bin/phpcs --standard=tests/phpcs-ruleset.xml tests/

```

0 comments on commit b413939

Please sign in to comment.