From b9e1fc0692df88f7bd4f026e5fb96f6dcb326aa4 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 8 Dec 2008 00:59:02 +0000 Subject: [PATCH] MINOR Added phpDoc to Requirements::customCSS() and Requirements_Backend::customCSS() to be clear about what should be included MINOR Code formatting cleanup git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@67676 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/Requirements.php | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/core/Requirements.php b/core/Requirements.php index e84c042cf..38695dbe1 100644 --- a/core/Requirements.php +++ b/core/Requirements.php @@ -54,16 +54,17 @@ class Requirements { } /** - * Add the CSS styling to the header of the page + * Include custom CSS styling to the header of the page. * * See {@link Requirements_Backend::customCSS()} + * + * @param string $script CSS selectors as a string (without \n"; }