/** * Creates a warning label * * @param string $contents The contents of the label * @return $this * @static */ public static function warning($contents = '') { return \Bootstrapper\Label::warning($contents); }