Skip to content

Commit c428388

Browse files
committed
ran linter
1 parent 7198929 commit c428388

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/Http/Controllers/Internal/v1/ApiCredentialController.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ public function createRecord(Request $request)
6565
* This is a targeted, on-demand version of the `sandbox:sync` Artisan command,
6666
* scoped only to the records needed to satisfy the foreign key constraints when
6767
* inserting a new test-mode `api_credentials` row.
68-
*
69-
* @param Request $request
70-
*
71-
* @return void
7268
*/
7369
protected function syncCurrentSessionToSandbox(Request $request): void
7470
{
@@ -116,10 +112,6 @@ protected function syncCurrentSessionToSandbox(Request $request): void
116112
* reduces the record to its fillable attributes, normalises datetime
117113
* fields to strings, JSON-encodes any Json-cast columns, then performs
118114
* an `updateOrInsert` keyed on `uuid`.
119-
*
120-
* @param \Illuminate\Database\Eloquent\Model $model
121-
*
122-
* @return void
123115
*/
124116
protected function upsertModelToSandbox(\Illuminate\Database\Eloquent\Model $model): void
125117
{

0 commit comments

Comments
 (0)