Skip to content

Commit 8dfc97f

Browse files
sdebackerStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 3eaf797 commit 8dfc97f

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

src/Http/Controllers/AdminController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function store(FormRequest $request)
7070
/**
7171
* Update the specified resource in storage.
7272
*
73-
* @param \TypiCMS\Modules\Objects\Models\Object $object
73+
* @param \TypiCMS\Modules\Objects\Models\Object $object
7474
* @param \TypiCMS\Modules\Objects\Http\Requests\FormRequest $request
7575
*
7676
* @return \Illuminate\Http\RedirectResponse

src/Http/Controllers/ApiController.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99

1010
class ApiController extends BaseApiController
1111
{
12-
1312
/**
14-
* Array of endpoints that do not require authorization
15-
*
13+
* Array of endpoints that do not require authorization.
1614
*/
1715
protected $publicEndpoints = [];
1816

src/database/migrations/2016_01_04_225000_create_objects_table.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public function up()
3333
$table->unique(['object_id', 'locale']);
3434
$table->unique(['locale', 'slug']);
3535
$table->foreign('object_id')->references('id')->on('objects')->onDelete('cascade');
36-
3736
});
3837
}
3938

0 commit comments

Comments
 (0)