From: Evan Prodromou Date: Sun, 24 May 2009 03:09:01 +0000 (-0400) Subject: fix return value documentation for getDesign X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ec5ea510cd5be39c13c2cf3bc9f9c1c8ac5df82;p=quix0rs-gnu-social.git fix return value documentation for getDesign --- diff --git a/lib/action.php b/lib/action.php index e8aba5b89a..55fb7c0896 100644 --- a/lib/action.php +++ b/lib/action.php @@ -1111,7 +1111,7 @@ class Action extends HTMLOutputter // lawsuit * A design (colors and background) for the current page. May be * the user's design, or a group's design, or a site design. * - * @return array Feed object to show in head and links + * @return Design a design object to use */ function getDesign()