Skip to content

Commit 2b1f5a6

Browse files
committed
#21187 Fix coding stule issues
1 parent c8f0bd0 commit 2b1f5a6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/HtmlCode.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
use Laravel\Nova\Fields\Textarea;
66

7+
/**
8+
* @phpcs:disable SlevomatCodingStandard.Classes.RequireAbstractOrFinal
9+
* @noRector \Rector\Privatization\Rector\Class_\FinalizeClassesWithoutChildrenRector
10+
*/
711
class HtmlCode extends Textarea
812
{
913
/**

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
abstract class TestCase extends OrchestraTestCase
99
{
10-
public function setUp(): void
10+
protected function setUp(): void
1111
{
1212
parent::setUp();
1313
}

0 commit comments

Comments
 (0)