Skip to content

Commit 2474cc2

Browse files
author
DKravtsov
committed
Updated docs and configuration.
1 parent b5450b7 commit 2474cc2

27 files changed

+88
-76
lines changed

.idea/externalDependencies.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php-test-framework.xml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/development.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,18 @@ make phpcpd-html-report
135135
```
136136

137137
### Composer tools
138-
To normalize or validate your composer.json you can use next local shell commands:
138+
To normalize or validate your composer.json, you can use next local shell commands:
139139
```bash
140140
make composer-normalize
141141
make composer-validate
142142
```
143143

144-
If you need to find unused packages by scanning your code you can use next local shell commands:
144+
If you need to find unused packages by scanning your code, you can use next local shell commands:
145145
```bash
146146
make composer-unused
147147
```
148148

149-
In order to check the defined dependencies against your code you can use next local shell commands:
149+
In order to check the defined dependencies against your code, you can use next local shell commands:
150150
```bash
151151
make composer-require-checker
152152
```
@@ -157,7 +157,7 @@ Use next local shell command in order to run it:
157157
```bash
158158
make phpmetrics
159159
```
160-
Note: You need run tests before this local shell command.
160+
Note: You need to run tests before this local shell command.
161161

162162
After execution above local shell command please open `reports/phpmetrics/index.html` with your browser.
163163

@@ -203,7 +203,7 @@ Please use next workflow for migrations:
203203

204204
Above commands you can run in symfony container shell using next: `./bin/console doctrine:migrations:<command>`.
205205

206-
Using above workflow allow you make database changes on your application.
206+
Using above workflow allows you make database changes on your application.
207207
Also you do not need to make any migrations files by hand (Doctrine will handle it).
208208
Please always check generated migration files to make sure that those doesn't contain anything that you really don't want.
209209

docs/images/phpstorm_01.png

-27.1 KB
Loading

docs/images/phpstorm_02.png

12.6 KB
Loading

docs/images/phpstorm_03.png

-18 KB
Loading

docs/images/phpstorm_04.png

10.6 KB
Loading

docs/images/phpstorm_05.png

6.37 KB
Loading

docs/images/phpstorm_06.png

-7.52 KB
Loading

0 commit comments

Comments
 (0)