We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acf5a5 commit 10e4baeCopy full SHA for 10e4bae
1 file changed
src/Ease/TWB4/CardBody.php
@@ -18,7 +18,9 @@
18
use Ease\Html\DivTag;
19
20
/**
21
- * Description of Card Body
+ * Bootstrap 4 Card Body component.
22
+ *
23
+ * Renders a div element with the 'card-body' CSS class for use within Bootstrap card components.
24
*
25
* @author Vítězslav Dvořák <info@vitexsoftware.cz>
26
*/
@@ -27,7 +29,7 @@ class CardBody extends DivTag
27
29
28
30
* Card.
31
- * @param string $content
32
+ * @param mixed $content Content to be added to the card body
33
* @param array<string, string> $properties
34
35
public function __construct($content = null, array $properties = [])
0 commit comments