function GarbageCollectorStatus::hasExtendedInformation
@psalm-assert-if-true !null $this->applicationTime @psalm-assert-if-true !null $this->collectorTime @psalm-assert-if-true !null $this->destructorTime @psalm-assert-if-true !null $this->freeTime @psalm-assert-if-true !null $this->running @psalm-assert-if-true !null $this->protected @psalm-assert-if-true !null $this->full @psalm-assert-if-true !null $this->bufferSize
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Value/ Telemetry/ GarbageCollectorStatus.php, line 80
Class
- GarbageCollectorStatus
- @psalm-immutable
Namespace
PHPUnit\Event\TelemetryCode
public function hasExtendedInformation() : bool {
return $this->running !== null;
}