File tree Expand file tree Collapse file tree
src/Http/Controllers/Internal/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments