Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Aug 29, 2024
1 parent 90852fa commit 17eef47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Check coding standards with [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-C
make cs
```

also fix common issues with [Rector](https://github.com/rector/rector)

```
make refactoring
```

#### Code Documentation

Document your code with [phpDocumentor](https://github.com/phpDocumentor/phpDocumentor) version 3.
Expand Down

0 comments on commit 17eef47

Please sign in to comment.