Skip to content

Commit

Permalink
#21187 Fix coding stule issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed May 30, 2022
1 parent c8f0bd0 commit 2b1f5a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/HtmlCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

use Laravel\Nova\Fields\Textarea;

/**
* @phpcs:disable SlevomatCodingStandard.Classes.RequireAbstractOrFinal
* @noRector \Rector\Privatization\Rector\Class_\FinalizeClassesWithoutChildrenRector
*/
class HtmlCode extends Textarea
{
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

abstract class TestCase extends OrchestraTestCase
{
public function setUp(): void
protected function setUp(): void
{
parent::setUp();
}
Expand Down

0 comments on commit 2b1f5a6

Please sign in to comment.