Skip to content

Commit 3080299

Browse files
Apply fixes from StyleCI (#38)
Co-authored-by: StyleCI Bot <bot@styleci.io>
1 parent c1a4354 commit 3080299

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

src/Controllers/AbstractModelController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ protected function getResponseModelKey(): string
274274
/**
275275
* Get a model resource response message.
276276
*
277-
* @param $message
277+
* @param $message
278278
* @return array
279279
*/
280280
protected function getReturnMessage($message): array

src/Traits/Models/MediaModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* ResourceController\Traits\Models\MediaModel.
1515
*
1616
* @property string $path
17+
*
1718
* @mixin \Illuminate\Database\Eloquent\Builder
1819
* @mixin \Illuminate\Database\Eloquent\Model
1920
*/

tests/src/Models/TestPost.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* ResourceController\Tests\Models\TestPost.
1111
*
1212
* @property-read \ResourceController\Tests\Models\TestUser $user
13+
*
1314
* @mixin \Illuminate\Database\Eloquent\Builder
1415
*
1516
* @property int $id

tests/src/Models/TestUser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*
1313
* @property-read \Illuminate\Notifications\DatabaseNotificationCollection|\Illuminate\Notifications\DatabaseNotification[] $notifications
1414
* @property-read \Illuminate\Database\Eloquent\Collection|\ResourceController\Tests\Models\TestPost[] $posts
15+
*
1516
* @mixin \Illuminate\Database\Eloquent\Builder
1617
*
1718
* @property int $id

tests/src/Unit/RegisterUserTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class RegisterUserTest extends TestCase
1616

1717
/**
1818
* @test
19+
*
1920
* @group unit
2021
* @group register-user
2122
*/

0 commit comments

Comments
 (0)