We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf1693 commit ee13265Copy full SHA for ee13265
test/unit/Event/EventTestTrait.php
@@ -246,7 +246,10 @@ protected function createTestWarningTriggeredEvent(
246
);
247
}
248
249
- private static function createGarbageCollectorStatus(): ?GarbageCollectorStatus
+ /**
250
+ * @return GarbageCollectorStatus|null
251
+ */
252
+ private static function createGarbageCollectorStatus()
253
{
254
// GarbageCollectorStatus doesn't exist in PHPUnit 10.0
255
if (class_exists(GarbageCollectorStatus::class)) {
0 commit comments