/** * Lock the manager to prevent further modifications * * @return self * * @since 4.0.0 */ public function lock() : self { $this->locked = true; return $this; }