Skip to content

Commit ca46d62

Browse files
committed
Apply php-cs-fixer fixes for coding-standard ^0.7
1 parent 98ee9d9 commit ca46d62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/HtmlCode.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
use Laravel\Nova\Fields\Textarea;
66

7-
/** @phpcs:disable SlevomatCodingStandard.Classes.RequireAbstractOrFinal */
7+
/**
8+
* @phpcs:disable SlevomatCodingStandard.Classes.RequireAbstractOrFinal
9+
*/
810
class HtmlCode extends Textarea
911
{
1012
/**

0 commit comments

Comments
 (0)