Navigation Menu

Skip to content

Commit

Permalink
FIX remove extra space in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLiddament authored and muglug committed Apr 18, 2019
1 parent d6de6ca commit 53e2a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authoring_plugins.md
Expand Up @@ -74,6 +74,6 @@ Create new plugin project using skeleton, then pass the class name of you file-b


### Registering stub files ### Registering stub files


Use `Psalm\Plugin\RegistrationInterface::addStubFile()`. See the [sample plugin] (https://github.com/weirdan/psalm-doctrine-collections/). Use `Psalm\Plugin\RegistrationInterface::addStubFile()`. See the [sample plugin](https://github.com/weirdan/psalm-doctrine-collections/).


Stub files provide a way to override third-party type information when you cannot add Psalm's extended docblocks to the upstream source files directly. Stub files provide a way to override third-party type information when you cannot add Psalm's extended docblocks to the upstream source files directly.

0 comments on commit 53e2a0e

Please sign in to comment.