public function blackfire($enabled = true) { $this->blackfire = null === $enabled ? null : (bool) $enabled; return $this; }