chore: uses stable version of pan
#695
Annotations
10 errors and 2 warnings
Tests:
app/Models/Bookmark.php#L34
Method App\Models\Bookmark::question() should return Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\Question, App\Models\Bookmark> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\Question, $this(App\Models\Bookmark)>.
|
Tests:
app/Models/Bookmark.php#L44
Method App\Models\Bookmark::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\User, App\Models\Bookmark> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\User, $this(App\Models\Bookmark)>.
|
Tests:
app/Models/Hashtag.php#L42
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Models\Question> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsToMany: TRelatedModel, TDeclaringModel
|
Tests:
app/Models/Hashtag.php#L44
Method App\Models\Hashtag::questions() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Models\Question> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Models\Question, $this(App\Models\Hashtag)>.
|
Tests:
app/Models/Like.php#L34
Method App\Models\Like::question() should return Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\Question, App\Models\Like> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\Question, $this(App\Models\Like)>.
|
Tests:
app/Models/Like.php#L44
Method App\Models\Like::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\User, App\Models\Like> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\User, $this(App\Models\Like)>.
|
Tests:
app/Models/Link.php#L35
Method App\Models\Link::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\User, App\Models\Link> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\User, $this(App\Models\Link)>.
|
Tests:
app/Models/Question.php#L113
Method App\Models\Question::from() should return Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\User, App\Models\Question> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\User, $this(App\Models\Question)>.
|
Tests:
app/Models/Question.php#L123
Method App\Models\Question::to() should return Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\User, App\Models\Question> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<App\Models\User, $this(App\Models\Question)>.
|
Tests:
app/Models/Question.php#L131
Generic type Illuminate\Database\Eloquent\Relations\HasMany<App\Models\Bookmark> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\HasMany: TRelatedModel, TDeclaringModel
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading