Example: ``` php // PresenterComponent.php /** @deprecated */ function getParam($name = NULL, $default = NULL) { ``` Is it intended that deprecated methods MUST NOT have a modifier? Or is it optional there? Or just a mistake?