You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2025. It is now read-only.
the coding standard note a missing @return violation in the following method. This is not-quite-correct, because the @return tag is located in the parent class.
/**
* @inheritdoc
*/
public function get()
{
return $this;
}