File tree Expand file tree Collapse file tree 3 files changed +2
-48
lines changed Expand file tree Collapse file tree 3 files changed +2
-48
lines changed Original file line number Diff line number Diff line change @@ -151,17 +151,6 @@ possible it can be added to the baseline using `set-baseline`:
151
151
$ vendor/bin/psalm --set-baseline=psalm-baseline.xml
152
152
```
153
153
154
- ## Automatic code refactoring
155
-
156
- The library uses [ rector] ( https://getrector.com/ ) to refactor the code for new features.
157
- To run automatic refactoring, use the ` rector ` command:
158
-
159
- ```
160
- $ vendor/bin/rector
161
- ```
162
-
163
- New rules can be added to the ` rector.php ` configuration file.
164
-
165
154
## Documentation
166
155
167
156
Documentation for the library lives in the ` docs/ ` directory and is built with
Original file line number Diff line number Diff line change 18
18
"symfony/polyfill-php80" : " ^1.27"
19
19
},
20
20
"require-dev" : {
21
- "doctrine/coding-standard" : " ^11.1" ,
22
- "rector/rector" : " ^0.16.0" ,
23
21
"squizlabs/php_codesniffer" : " ^3.7" ,
22
+ "doctrine/coding-standard" : " ^11.1" ,
24
23
"symfony/phpunit-bridge" : " ^5.2" ,
25
24
"vimeo/psalm" : " ^4.28"
26
25
},
40
39
"config" : {
41
40
"allow-plugins" : {
42
41
"dealerdirect/phpcodesniffer-composer-installer" : true
43
- },
44
- "sort-packages" : true
42
+ }
45
43
}
46
44
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments