@@ -91,7 +91,8 @@ public function endGroup() {
9191 *
9292 * Create a Twitter Bootstrap like panel.
9393 *
94- * @param array|string $title If array, works as $options, otherwize used as the panel title.
94+ * @param array|string $title If array, works as $options, otherwize used as
95+ * the panel title.
9596 * @param array $options Options for the main div of the panel.
9697 *
9798 * Extra options (useless if $title not specified) :
@@ -256,7 +257,8 @@ protected function _createFooter ($text = null, $options = []) {
256257 * Create / Start the header. If $info is specified as a string, create and return the
257258 * whole header, otherwize only open the header.
258259 *
259- * @param array|string $info If string, use as the panel title, otherwize works as $options.
260+ * @param array|string $info If string, use as the panel title, otherwize works as
261+ * $options.
260262 * @param array $options Options for the header div.
261263 *
262264 * Special option (if $info is string):
@@ -279,7 +281,8 @@ public function header ($info = null, $options = []) {
279281 * Create / Start the body. If $info is not null, it is used as the body content, otherwize
280282 * start the body div.
281283 *
282- * @param array|string $info If string, use as the body content, otherwize works as $options.
284+ * @param array|string $info If string, use as the body content, otherwize works
285+ * as $options.
283286 * @param array $options Options for the footer div.
284287 *
285288 *
0 commit comments