Skip to content

Commit

Permalink
Laravel Pint (#40)
Browse files Browse the repository at this point in the history
* wip

* Fix styling

* revert

---------

Co-authored-by: duncanmcclean <[email protected]>
  • Loading branch information
duncanmcclean and duncanmcclean authored Nov 21, 2024
1 parent 6ec0b6f commit 8db653e
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion tests/Imports/DeleteImportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DeleteImportTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Imports/EditImportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class EditImportTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Imports/ImportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class ImportTest extends TestCase
{
public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Imports/StoreImportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class StoreImportTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Imports/UpdateImportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class UpdateImportTest extends TestCase

protected $import;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Imports/ViewImportListingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ViewImportListingTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Jobs/ImportItemJobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ImportItemJobTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Jobs/UpdateCollectionTreeJobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class UpdateCollectionTreeJobTest extends TestCase
{
use PreventsSavingStacheItemsToDisk;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();
}
Expand Down
2 changes: 1 addition & 1 deletion tests/Transformers/AssetsTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AssetsTransformerTest extends TestCase
public $field;
public $import;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Transformers/BardTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class BardTransformerTest extends TestCase
public $field;
public $import;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Transformers/DateTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class DateTransformerTest extends TestCase
public $blueprint;
public $import;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Transformers/DictionaryTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DictionaryTransformerTest extends TestCase
public $field;
public $import;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Transformers/EntriesTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class EntriesTransformerTest extends TestCase
public $field;
public $import;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Transformers/TermsTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TermsTransformerTest extends TestCase
public $field;
public $import;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Transformers/ToggleTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ToggleTransformerTest extends TestCase
public $blueprint;
public $import;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/Transformers/UsersTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class UsersTransformerTest extends TestCase
public $field;
public $import;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/WordPress/GutenbergTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class GutenbergTest extends TestCase

public $blueprint;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit 8db653e

Please sign in to comment.