From 32f839e525e196021cab3b82ca07e59ab0de2c87 Mon Sep 17 00:00:00 2001 From: Simon Bigelmayr Date: Tue, 25 Jan 2022 10:57:16 +0100 Subject: [PATCH] chore: Deleted incorrect part of php doc in test --- CHANGELOG.md | 6 ++++++ tests/Unit/MicroplateTest.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4810a98..ca5e58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/tests/Unit/MicroplateTest.php b/tests/Unit/MicroplateTest.php index 8fc8d65..a90aea3 100644 --- a/tests/Unit/MicroplateTest.php +++ b/tests/Unit/MicroplateTest.php @@ -115,7 +115,7 @@ public function testFreeWells(): void self::assertNotCount(0, $microplate->freeWells()); } - /**comp + /** * @phpstan-return Microplate */ private function preparePlate(): Microplate