File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1414 * ResourceController\Traits\Models\MediaModel.
1515 *
1616 * @property string $path
17+ *
1718 * @mixin \Illuminate\Database\Eloquent\Builder
1819 * @mixin \Illuminate\Database\Eloquent\Model
1920 */
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ class RegisterUserTest extends TestCase
1616
1717 /**
1818 * @test
19+ *
1920 * @group unit
2021 * @group register-user
2122 */
You can’t perform that action at this time.
0 commit comments