Merge pull request #314 from ordago/typos

fixes typos
This commit is contained in:
Nuno Maduro
2021-06-13 14:35:48 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -167,7 +167,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- Expectation API (TODO) - Expectation API (TODO)
- PHPUnit 9.3 and PHP 8 support ([#128](https://github.com/pestphp/pest/pull/128)) - PHPUnit 9.3 and PHP 8 support ([#128](https://github.com/pestphp/pest/pull/128))
- Fowards `$this` calls to globals ([#169](https://github.com/pestphp/pest/pull/169)) - Forwards `$this` calls to globals ([#169](https://github.com/pestphp/pest/pull/169))
### Fixed ### Fixed
- don't decorate output if --colors=never is set ([36b879f](https://github.com/pestphp/pest/commit/36b879f97d7b187c87a94eb60af5b7d3b7253d56)) - don't decorate output if --colors=never is set ([36b879f](https://github.com/pestphp/pest/commit/36b879f97d7b187c87a94eb60af5b7d3b7253d56))
@ -182,7 +182,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `depends` phpunit feature ([#103](https://github.com/pestphp/pest/pull/103)) - `depends` phpunit feature ([#103](https://github.com/pestphp/pest/pull/103))
### Fixes ### Fixes
- datasets name conflit ([#101](https://github.com/pestphp/pest/pull/101)) - datasets name conflict ([#101](https://github.com/pestphp/pest/pull/101))
## [v0.2.1 (2020-06-17)](https://github.com/pestphp/pest/compare/v0.2.0...v0.2.1) ## [v0.2.1 (2020-06-17)](https://github.com/pestphp/pest/compare/v0.2.0...v0.2.1)
### Fixes ### Fixes

View File

@ -68,7 +68,7 @@ final class UsesCall
/** /**
* The directories or file where the * The directories or file where the
* class or trais should be used. * class or traits should be used.
*/ */
public function in(string ...$targets): void public function in(string ...$targets): void
{ {