Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmaguire committed Feb 18, 2020
1 parent 787fa80 commit 57740e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/MDHeari

``` bash
$ composer test
$ composer check-style
```


Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re

``` bash
$ composer test
$ composer check-style
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"scripts": {
"test": "phpunit",
"check-style": "phpcs src tests",
"check-style": "phpcs --standard=psr2 src tests",
"fix-style": "phpcbf src tests"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion src/PasswordHasher.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class PasswordHasher implements IPasswordHasher
private $iterCount;

/**
* Creates a new instance of <see cref="PasswordHasher{TUser}"/>.
* Creates a new instance of password hasher.
*
* @param $optionsAccessor The options for this instance.
*/
Expand Down

0 comments on commit 57740e1

Please sign in to comment.