Skip to content

Commit 513bc65

Browse files
committed
Merge branch 'master' of github.com:hnhdigital-os/laravel-html-generator
2 parents 48ee006 + 57f8359 commit 513bc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function addClassIf(?bool $check, string $class_name_1 = '', string $clas
142142
}
143143

144144
/**
145-
* Alias for addClassIf
145+
* Alias for addClassIf.
146146
*/
147147
public function classIf(?bool $check, string $class_name_1 = '', string $class_name_0 = ''): Html
148148
{

0 commit comments

Comments
 (0)