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 c8f0bd0 commit 2b1f5a6Copy full SHA for 2b1f5a6
src/HtmlCode.php
@@ -4,6 +4,10 @@
4
5
use Laravel\Nova\Fields\Textarea;
6
7
+/**
8
+ * @phpcs:disable SlevomatCodingStandard.Classes.RequireAbstractOrFinal
9
+ * @noRector \Rector\Privatization\Rector\Class_\FinalizeClassesWithoutChildrenRector
10
+ */
11
class HtmlCode extends Textarea
12
{
13
/**
tests/TestCase.php
@@ -7,7 +7,7 @@
abstract class TestCase extends OrchestraTestCase
- public function setUp(): void
+ protected function setUp(): void
parent::setUp();
}
0 commit comments