diff --git a/.styleci.yml b/.styleci.yml deleted file mode 100644 index 0285f17..0000000 --- a/.styleci.yml +++ /dev/null @@ -1 +0,0 @@ -preset: laravel diff --git a/src/Authentication/AuthenticationMethod.php b/src/Authentication/AuthenticationMethod.php index 60b0270..20447d2 100644 --- a/src/Authentication/AuthenticationMethod.php +++ b/src/Authentication/AuthenticationMethod.php @@ -8,6 +8,7 @@ abstract class AuthenticationMethod implements Arrayable { public function __construct(protected ?string $token = null) { + // } public function toArray(): array diff --git a/tests/Fixtures/AuditLogController.php b/tests/Fixtures/AuditLogController.php index bebaa28..d6d4d34 100644 --- a/tests/Fixtures/AuditLogController.php +++ b/tests/Fixtures/AuditLogController.php @@ -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) { + // } } diff --git a/tests/Fixtures/ExampleModel.php b/tests/Fixtures/ExampleModel.php index 641b5ef..cb53fe9 100644 --- a/tests/Fixtures/ExampleModel.php +++ b/tests/Fixtures/ExampleModel.php @@ -6,4 +6,5 @@ class ExampleModel extends Model { + // }