You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/internals.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The code is statically analyzed with [Psalm](https://psalm.dev/). To run static
25
25
./vendor/bin/psalm
26
26
```
27
27
28
-
## Rector
28
+
## Code style
29
29
30
30
Use [Rector](https://github.com/rectorphp/rector) to make codebase follow some specific rules or
31
31
use either newest or any specific version of PHP:
@@ -34,11 +34,10 @@ use either newest or any specific version of PHP:
34
34
./vendor/bin/rector
35
35
```
36
36
37
-
## Composer require checker
37
+
## Dependencies
38
38
39
-
This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if all dependencies are correctly defined in `composer.json`.
40
-
41
-
To run the checker, execute the following command:
39
+
This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if
40
+
all dependencies are correctly defined in `composer.json`. To run the checker, execute the following command:
0 commit comments