From 4ccaab5ced18940d46757561aa31e2d862d5d558 Mon Sep 17 00:00:00 2001 From: Wout Gevaert Date: Mon, 7 Oct 2019 13:00:01 +0200 Subject: [PATCH] Revert "Revert "Last codestyle fix (I hope)"" This reverts commit f57f550268ef23ccb74c6b4da6f4e0cb4d515179. --- src/Framework/DataProviderTestSuite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Framework/DataProviderTestSuite.php b/src/Framework/DataProviderTestSuite.php index 0058c3fc18d..18800be56ca 100644 --- a/src/Framework/DataProviderTestSuite.php +++ b/src/Framework/DataProviderTestSuite.php @@ -56,7 +56,7 @@ public function getSize(): int { [$className, $methodName] = \explode('::', $this->getName()); - /** @psalm-suppress ArgumentTypeCoercion */ + /* @psalm-suppress ArgumentTypeCoercion */ return TestUtil::getSize($className, $methodName); } }