Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
chore: Deleted incorrect part of php doc in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bigelmayr authored and spawnia committed Jan 25, 2022
1 parent 69f2dbf commit 32f839e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## v3.2.1

### Changed

- Deleted incorrect part of php doc in test

## v3.2.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/MicroplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function testFreeWells(): void
self::assertNotCount(0, $microplate->freeWells());
}

/**comp
/**
* @phpstan-return Microplate<mixed, CoordinateSystem96Well>
*/
private function preparePlate(): Microplate
Expand Down

0 comments on commit 32f839e

Please sign in to comment.