Update nzb creation

This commit is contained in:
DariusIII
2026-07-13 16:51:10 +02:00
parent 1a9a976fa5
commit 5ee33502b1
13 changed files with 1379 additions and 271 deletions
-133
View File
@@ -258,12 +258,6 @@ parameters:
count: 2
path: app/Http/Controllers/Admin/AdminPageController.php
-
message: '#^Using nullsafe method call on non\-nullable type Carbon\\Carbon\. Use \-\> instead\.$#'
identifier: nullsafe.neverNull
count: 2
path: app/Http/Controllers/Admin/AdminRegistrationController.php
-
message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$id\.$#'
identifier: property.notFound
@@ -366,12 +360,6 @@ parameters:
count: 1
path: app/Http/Controllers/Auth/PasskeyManagementController.php
-
message: '#^Using nullsafe property access on non\-nullable type Spatie\\LaravelPasskeys\\Models\\Passkey\. Use \-\> instead\.$#'
identifier: nullsafe.neverNull
count: 4
path: app/Http/Controllers/Auth/PasskeyManagementController.php
-
message: '#^Method App\\Http\\Controllers\\Auth\\RegisterController\:\:rejectUnavailableRegistration\(\) has parameter \$status with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
@@ -450,84 +438,6 @@ parameters:
count: 1
path: app/Models/Category.php
-
message: '#^Method App\\Models\\Content\:\:scopeActive\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/Content.php
-
message: '#^Method App\\Models\\Content\:\:scopeForRole\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/Content.php
-
message: '#^Method App\\Models\\Content\:\:scopeFrontPage\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/Content.php
-
message: '#^Method App\\Models\\Content\:\:scopeOfType\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/Content.php
-
message: '#^Method App\\Models\\Content\:\:scopeOrdered\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/Content.php
-
message: '#^Method App\\Models\\Genre\:\:scopeDisabled\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/Genre.php
-
message: '#^Method App\\Models\\Genre\:\:scopeEnabled\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/Genre.php
-
message: '#^Method App\\Models\\Genre\:\:scopeOfType\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/Genre.php
-
message: '#^Method App\\Models\\Invitation\:\:scopeActive\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/Invitation.php
-
message: '#^Method App\\Models\\Invitation\:\:scopeExpired\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/Invitation.php
-
message: '#^Method App\\Models\\Invitation\:\:scopeUnused\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/Invitation.php
-
message: '#^Method App\\Models\\Invitation\:\:scopeUsed\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/Invitation.php
-
message: '#^Method App\\Models\\Invitation\:\:scopeValid\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/Invitation.php
-
message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Builder\:\:enabled\(\)\.$#'
identifier: method.notFound
@@ -576,42 +486,6 @@ parameters:
count: 1
path: app/Models/User.php
-
message: '#^Method App\\Models\\User\:\:scopeActive\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/User.php
-
message: '#^Method App\\Models\\User\:\:scopeExcludeSharing\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/User.php
-
message: '#^Method App\\Models\\User\:\:scopeExpired\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/User.php
-
message: '#^Method App\\Models\\User\:\:scopeExpiringSoon\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/User.php
-
message: '#^Method App\\Models\\User\:\:scopeVerified\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/User.php
-
message: '#^Method App\\Models\\User\:\:scopeWithRole\(\) return type with generic class Illuminate\\Database\\Eloquent\\Builder does not specify its types\: TModel$#'
identifier: missingType.generics
count: 1
path: app/Models/User.php
-
message: '#^Method App\\Models\\UserActivityStat\:\:getDownloadsPerDay\(\) should return array\<string, mixed\> but returns list\<array\<string, int\|string\>\>\.$#'
identifier: return.type
@@ -1021,13 +895,6 @@ parameters:
count: 1
path: app/Services/NfoService.php
-
message: '#^Using nullsafe method call on non\-nullable type Carbon\\Carbon\. Use \-\> instead\.$#'
identifier: nullsafe.neverNull
count: 2
path: app/Services/RegistrationStatusService.php
-
message: '#^Call to function is_int\(\) with string\|null will always evaluate to false\.$#'
identifier: function.impossibleType