From 0dfd8e9dc6fc102b25a2b8ca2551f16c53739d89 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 14 Oct 2014 01:52:05 +0400 Subject: [PATCH] more phpdoc --- Collapse.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Collapse.php b/Collapse.php index a71c23d..80b9755 100644 --- a/Collapse.php +++ b/Collapse.php @@ -86,6 +86,7 @@ class Collapse extends Widget /** * Renders collapsible items as specified on [[items]]. + * @throws InvalidConfigException if label isn't specified * @return string the rendering result */ public function renderItems()