psr; } /** * @internal * * @param bool $psr * @return void */ public function setPsr($psr) { $this->psr = (bool) $psr; } }