Skip to content

Commit

Permalink
remove styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaselia committed Jul 23, 2024
1 parent 14b19cf commit 16c30c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .styleci.yml

This file was deleted.

1 change: 1 addition & 0 deletions src/Authentication/AuthenticationMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ abstract class AuthenticationMethod implements Arrayable
{
public function __construct(protected ?string $token = null)
{
//
}

public function toArray(): array
Expand Down
5 changes: 5 additions & 0 deletions tests/Fixtures/AuditLogController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,26 @@ class AuditLogController extends Controller
{
public function index()
{
//
}

public function store(Request $request)
{
//
}

public function show($id)
{
//
}

public function update(Request $request, ExampleModel $auditLog)
{
//
}

public function destroy($id)
{
//
}
}
1 change: 1 addition & 0 deletions tests/Fixtures/ExampleModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@

class ExampleModel extends Model
{
//
}

0 comments on commit 16c30c8

Please sign in to comment.