1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix config link in docs

This commit is contained in:
Viktor Szépe 2019-01-19 21:01:42 +01:00 committed by Matthew Brown
parent e28bf1a29b
commit f6a00011be

View File

@ -25,7 +25,7 @@ Here are a couple of example plugins:
- [PreventFloatAssignmentChecker](https://github.com/vimeo/psalm/blob/master/examples/plugins/PreventFloatAssignmentChecker.php) - prevents assignment to floats
- [FunctionCasingChecker](https://github.com/vimeo/psalm/blob/master/examples/plugins/FunctionCasingChecker.php) - checks that your functions and methods are correctly-cased
To ensure your plugin runs when Psalm does, add it to your [config](Configuration):
To ensure your plugin runs when Psalm does, add it to your [config](configuration.md):
```php
<plugins>
<plugin filename="src/plugins/SomePlugin.php" />