Files
Epicnabbo-Catalogus-Updated…/cms update/phpstan_current.json
T
Remco b67e0ec2b9 🆙 Add fixed cms 🆙
2026-02-02 19:30:21 +01:00

2 lines
46 KiB
JSON

Note: Using configuration file C:\Users\remco\Desktop\Cms update\atomcms-main\phpstan.neon.
{"totals":{"errors":0,"file_errors":174},"files":{"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Actions\\Fortify\\CreateNewUser.php":{"errors":2,"messages":[{"message":"Method App\\Actions\\Fortify\\CreateNewUser::create() should return Illuminate\\Foundation\\Auth\\User but returns Illuminate\\Http\\RedirectResponse.","line":89,"ignorable":true,"identifier":"return.type"},{"message":"Method App\\Actions\\Fortify\\CreateNewUser::create() should return Illuminate\\Foundation\\Auth\\User but returns Illuminate\\Http\\RedirectResponse.","line":94,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Actions\\Fortify\\RedirectIfTwoFactorAuthenticatable.php":{"errors":1,"messages":[{"message":"Using nullsafe property access on non-nullable type mixed. Use -> instead.","line":59,"ignorable":true,"identifier":"nullsafe.neverNull"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Actions\\SendCurrency.php":{"errors":1,"messages":[{"message":"Comparison operation \"<=\" between 0|null and 0 is always true.","line":14,"ignorable":true,"identifier":"smallerOrEqual.alwaysTrue"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Filters\\DateRangeFilter.php":{"errors":2,"messages":[{"message":"Anonymous function should return Illuminate\\Database\\Eloquent\\Builder but returns Illuminate\\Database\\Query\\Builder.","line":22,"ignorable":true,"identifier":"return.type"},{"message":"Anonymous function should return Illuminate\\Database\\Eloquent\\Builder but returns Illuminate\\Database\\Query\\Builder.","line":26,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Pages\\BadgePage.php":{"errors":1,"messages":[{"message":"Access to an undefined property App\\Filament\\Pages\\BadgePage::$form.","line":117,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\Atom\\Articles\\ArticleResource.php":{"errors":1,"messages":[{"message":"Call to an undefined method Illuminate\\Database\\Eloquent\\Builder::withTrashed().","line":221,"ignorable":true,"identifier":"method.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\Atom\\Articles\\Pages\\CreateArticle.php":{"errors":1,"messages":[{"message":"Access to protected property App\\Models\\Article::$visible.","line":18,"ignorable":true,"identifier":"property.protected"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\Atom\\Articles\\Pages\\ViewArticle.php":{"errors":2,"messages":[{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$user_id.","line":22,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Call to an undefined method Illuminate\\Database\\Eloquent\\Model::createFollowersNotification().","line":25,"ignorable":true,"identifier":"method.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\Atom\\HelpQuestionCategoryResource\\RelationManagers\\QuestionsRelationManager.php":{"errors":1,"messages":[{"message":"Static method App\\Filament\\Resources\\Atom\\HelpQuestionResource::getForm() invoked with 1 parameter, 0 required.","line":28,"ignorable":true,"identifier":"arguments.count"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\Atom\\Permissions\\PermissionResource.php":{"errors":4,"messages":[{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$description.","line":218,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Call to static method limit() on an unknown class Str.","line":218,"ignorable":true,"tip":"Learn more at https://phpstan.org/user-guide/discovering-symbols","identifier":"class.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$description.","line":220,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$prefix_color.","line":232,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\Atom\\Teams\\TeamResource.php":{"errors":1,"messages":[{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$hidden_rank.","line":83,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\Hotel\\BadgeUploads\\Pages\\ManageBadgeUploads.php":{"errors":2,"messages":[{"message":"Access to an undefined property App\\Filament\\Resources\\Hotel\\BadgeUploads\\Pages\\ManageBadgeUploads::$form.","line":23,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property App\\Filament\\Resources\\Hotel\\BadgeUploads\\Pages\\ManageBadgeUploads::$form.","line":41,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\Hotel\\CatalogEditors\\Pages\\ManageCatalogEditor.php":{"errors":7,"messages":[{"message":"Property App\\Filament\\Resources\\Hotel\\CatalogEditors\\Pages\\ManageCatalogEditor::$selectedPage (App\\Models\\Game\\Furniture\\CatalogPage|null) does not accept stdClass.","line":144,"ignorable":true,"identifier":"assign.propertyType"},{"message":"Method App\\Filament\\Resources\\Hotel\\CatalogEditors\\Pages\\ManageCatalogEditor::findPrevNeighbor() should return App\\Models\\Game\\Furniture\\CatalogItem|null but returns stdClass|null.","line":214,"ignorable":true,"identifier":"return.type"},{"message":"Method App\\Filament\\Resources\\Hotel\\CatalogEditors\\Pages\\ManageCatalogEditor::findNextNeighbor() should return App\\Models\\Game\\Furniture\\CatalogItem|null but returns stdClass|null.","line":231,"ignorable":true,"identifier":"return.type"},{"message":"Using nullsafe property access \"?->caption\" on left side of ?? is unnecessary. Use -> instead.","line":592,"ignorable":true,"identifier":"nullsafe.neverNull"},{"message":"Using nullsafe property access \"?->caption_save\" on left side of ?? is unnecessary. Use -> instead.","line":593,"ignorable":true,"identifier":"nullsafe.neverNull"},{"message":"Using nullsafe property access \"?->order_num\" on left side of ?? is unnecessary. Use -> instead.","line":594,"ignorable":true,"identifier":"nullsafe.neverNull"},{"message":"Using nullsafe property access \"?->icon_image\" on left side of ?? is unnecessary. Use -> instead.","line":595,"ignorable":true,"identifier":"nullsafe.neverNull"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\Hotel\\CommandLogs\\CommandLogResource.php":{"errors":1,"messages":[{"message":"Match expression does not handle remaining value: string","line":48,"ignorable":true,"identifier":"match.unhandled"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\Hotel\\StaffApplications\\StaffApplicationResource.php":{"errors":1,"messages":[{"message":"Access to an undefined property Illuminate\\Support\\Optional::$rank_name.","line":104,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\User\\Bans\\BanResource.php":{"errors":3,"messages":[{"message":"Match expression does not handle remaining value: string","line":103,"ignorable":true,"identifier":"match.unhandled"},{"message":"Match expression does not handle remaining value: string","line":109,"ignorable":true,"identifier":"match.unhandled"},{"message":"Parameter #2 $timestamp of function date expects int|null, string given.","line":122,"ignorable":true,"identifier":"argument.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\User\\Users\\Pages\\EditUser.php":{"errors":21,"messages":[{"message":"Static call to instance method Filament\\Resources\\Pages\\Page::getModel().","line":39,"ignorable":true,"identifier":"method.staticCall"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$online.","line":62,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$credits.","line":81,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$credits.","line":82,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$currencies.","line":94,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Call to an undefined method Illuminate\\Database\\Eloquent\\Model::currencies().","line":100,"ignorable":true,"identifier":"method.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$id.","line":105,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$username.","line":107,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$id.","line":111,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$username.","line":113,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$settings.","line":117,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$settings.","line":122,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$settings.","line":137,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$currencies.","line":142,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Match expression does not handle remaining value: mixed","line":144,"ignorable":true,"identifier":"match.unhandled"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$rank.","line":160,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$online.","line":167,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$online.","line":177,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$motto.","line":192,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$online.","line":196,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$online.","line":206,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\User\\Users\\RelationManagers\\BadgesRelationManager.php":{"errors":6,"messages":[{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$online.","line":74,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Call to an undefined method App\\Services\\RconService::sendSafelyFromDashboard().","line":89,"ignorable":true,"identifier":"method.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$online.","line":110,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Cannot access property $badge_code on array<string, mixed>|Illuminate\\Database\\Eloquent\\Model.","line":124,"ignorable":true,"identifier":"property.nonObject"},{"message":"Call to an undefined method Filament\\Actions\\DeleteBulkAction::getRecords().","line":125,"ignorable":true,"identifier":"method.notFound"},{"message":"Call to an undefined method App\\Services\\RconService::sendSafelyFromDashboard().","line":127,"ignorable":true,"identifier":"method.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\User\\Users\\RelationManagers\\SettingsRelationManager.php":{"errors":1,"messages":[{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$online.","line":180,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Resources\\User\\Users\\UserResource.php":{"errors":8,"messages":[{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$account_created.","line":82,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$last_login.","line":89,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$last_online.","line":96,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$online.","line":241,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Call to an undefined method Illuminate\\Database\\Eloquent\\Model::currency().","line":274,"ignorable":true,"identifier":"method.notFound"},{"message":"Call to an undefined method Illuminate\\Database\\Eloquent\\Model::currency().","line":275,"ignorable":true,"identifier":"method.notFound"},{"message":"Call to an undefined method Illuminate\\Database\\Eloquent\\Model::currency().","line":276,"ignorable":true,"identifier":"method.notFound"},{"message":"Access to an undefined property Illuminate\\Database\\Eloquent\\Model::$settings.","line":278,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Tables\\Columns\\UserAvatarColumn.php":{"errors":1,"messages":[{"message":"Cannot access property $look on array<string, mixed>|Illuminate\\Database\\Eloquent\\Model.","line":25,"ignorable":true,"identifier":"property.nonObject"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Traits\\TranslatableResource.php (in context of class App\\Filament\\Resources\\Atom\\Articles\\RelationManagers\\TagsRelationManager)":{"errors":1,"messages":[{"message":"Access to an undefined static property static(App\\Filament\\Resources\\Atom\\Articles\\RelationManagers\\TagsRelationManager)::$navigationGroup.","line":12,"ignorable":true,"identifier":"staticProperty.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Traits\\TranslatableResource.php (in context of class App\\Filament\\Resources\\Atom\\HelpQuestionCategoryResource\\RelationManagers\\QuestionsRelationManager)":{"errors":1,"messages":[{"message":"Access to an undefined static property static(App\\Filament\\Resources\\Atom\\HelpQuestionCategoryResource\\RelationManagers\\QuestionsRelationManager)::$navigationGroup.","line":12,"ignorable":true,"identifier":"staticProperty.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Traits\\TranslatableResource.php (in context of class App\\Filament\\Resources\\Atom\\HelpQuestionResource\\RelationManagers\\CategoriesRelationManager)":{"errors":1,"messages":[{"message":"Access to an undefined static property static(App\\Filament\\Resources\\Atom\\HelpQuestionResource\\RelationManagers\\CategoriesRelationManager)::$navigationGroup.","line":12,"ignorable":true,"identifier":"staticProperty.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Traits\\TranslatableResource.php (in context of class App\\Filament\\Resources\\Atom\\Tags\\RelationManagers\\ArticlesRelationManager)":{"errors":1,"messages":[{"message":"Access to an undefined static property static(App\\Filament\\Resources\\Atom\\Tags\\RelationManagers\\ArticlesRelationManager)::$navigationGroup.","line":12,"ignorable":true,"identifier":"staticProperty.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Traits\\TranslatableResource.php (in context of class App\\Filament\\Resources\\User\\Users\\RelationManagers\\BadgesRelationManager)":{"errors":1,"messages":[{"message":"Access to an undefined static property static(App\\Filament\\Resources\\User\\Users\\RelationManagers\\BadgesRelationManager)::$navigationGroup.","line":12,"ignorable":true,"identifier":"staticProperty.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Traits\\TranslatableResource.php (in context of class App\\Filament\\Resources\\User\\Users\\RelationManagers\\SettingsRelationManager)":{"errors":1,"messages":[{"message":"Access to an undefined static property static(App\\Filament\\Resources\\User\\Users\\RelationManagers\\SettingsRelationManager)::$navigationGroup.","line":12,"ignorable":true,"identifier":"staticProperty.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Filament\\Widgets\\TopDashboardOverview.php":{"errors":10,"messages":[{"message":"Parameter #2 $precision of static method Illuminate\\Support\\Number::format() expects int|null, string given.","line":22,"ignorable":true,"identifier":"argument.type"},{"message":"Parameter #3 $maxPrecision of static method Illuminate\\Support\\Number::format() expects int|null, string given.","line":22,"ignorable":true,"identifier":"argument.type"},{"message":"Parameter #2 $precision of static method Illuminate\\Support\\Number::format() expects int|null, string given.","line":28,"ignorable":true,"identifier":"argument.type"},{"message":"Parameter #3 $maxPrecision of static method Illuminate\\Support\\Number::format() expects int|null, string given.","line":28,"ignorable":true,"identifier":"argument.type"},{"message":"Parameter #2 $precision of static method Illuminate\\Support\\Number::format() expects int|null, string given.","line":34,"ignorable":true,"identifier":"argument.type"},{"message":"Parameter #3 $maxPrecision of static method Illuminate\\Support\\Number::format() expects int|null, string given.","line":34,"ignorable":true,"identifier":"argument.type"},{"message":"Parameter #2 $precision of static method Illuminate\\Support\\Number::format() expects int|null, string given.","line":40,"ignorable":true,"identifier":"argument.type"},{"message":"Parameter #3 $maxPrecision of static method Illuminate\\Support\\Number::format() expects int|null, string given.","line":40,"ignorable":true,"identifier":"argument.type"},{"message":"Parameter #2 $precision of static method Illuminate\\Support\\Number::format() expects int|null, string given.","line":46,"ignorable":true,"identifier":"argument.type"},{"message":"Parameter #3 $maxPrecision of static method Illuminate\\Support\\Number::format() expects int|null, string given.","line":46,"ignorable":true,"identifier":"argument.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Articles\\ArticleController.php":{"errors":3,"messages":[{"message":"Method App\\Http\\Controllers\\Articles\\ArticleController::index() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":25,"ignorable":true,"identifier":"return.type"},{"message":"Method App\\Http\\Controllers\\Articles\\ArticleController::show() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":36,"ignorable":true,"identifier":"return.type"},{"message":"Parameter #2 $user of method App\\Services\\Articles\\ReactionService::toggleReaction() expects App\\Models\\User, Illuminate\\Contracts\\Auth\\Authenticatable|null given.","line":46,"ignorable":true,"identifier":"argument.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Badge\\BadgeController.php":{"errors":2,"messages":[{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$id.","line":104,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$id.","line":119,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Client\\FlashController.php":{"errors":1,"messages":[{"message":"Method App\\Http\\Controllers\\Client\\FlashController::__invoke() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":17,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Client\\NitroController.php":{"errors":1,"messages":[{"message":"Method App\\Http\\Controllers\\Client\\NitroController::__invoke() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":17,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Community\\LeaderboardController.php":{"errors":2,"messages":[{"message":"Call to an undefined method Illuminate\\Database\\Query\\Builder::with().","line":29,"ignorable":true,"identifier":"method.notFound"},{"message":"Method App\\Http\\Controllers\\Community\\LeaderboardController::__invoke() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":37,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Community\\PhotosController.php":{"errors":1,"messages":[{"message":"Method App\\Http\\Controllers\\Community\\PhotosController::__invoke() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":15,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Community\\RoomController.php":{"errors":1,"messages":[{"message":"Method App\\Http\\Controllers\\Community\\RoomController::__invoke() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":13,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Community\\Staff\\StaffApplicationsController.php":{"errors":3,"messages":[{"message":"Call to an undefined method Illuminate\\Database\\Query\\Builder::with().","line":15,"ignorable":true,"identifier":"method.notFound"},{"message":"Method App\\Http\\Controllers\\Community\\Staff\\StaffApplicationsController::index() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":23,"ignorable":true,"identifier":"return.type"},{"message":"Method App\\Http\\Controllers\\Community\\Staff\\StaffApplicationsController::show() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":32,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Community\\Staff\\StaffController.php":{"errors":1,"messages":[{"message":"Method App\\Http\\Controllers\\Community\\Staff\\StaffController::__invoke() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":17,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Community\\Staff\\WebsiteTeamApplicationsController.php":{"errors":3,"messages":[{"message":"Call to an undefined method Illuminate\\Database\\Query\\Builder::with().","line":15,"ignorable":true,"identifier":"method.notFound"},{"message":"Method App\\Http\\Controllers\\Community\\Staff\\WebsiteTeamApplicationsController::index() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":34,"ignorable":true,"identifier":"return.type"},{"message":"Method App\\Http\\Controllers\\Community\\Staff\\WebsiteTeamApplicationsController::show() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":46,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Community\\Staff\\WebsiteTeamsController.php":{"errors":1,"messages":[{"message":"Method App\\Http\\Controllers\\Community\\Staff\\WebsiteTeamsController::__invoke() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":17,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Community\\WebsiteRareValuesController.php":{"errors":5,"messages":[{"message":"Method App\\Http\\Controllers\\Community\\WebsiteRareValuesController::index() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":21,"ignorable":true,"identifier":"return.type"},{"message":"Method App\\Http\\Controllers\\Community\\WebsiteRareValuesController::category() should return Illuminate\\Http\\RedirectResponse|Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":37,"ignorable":true,"identifier":"return.type"},{"message":"Method App\\Http\\Controllers\\Community\\WebsiteRareValuesController::search() should return Illuminate\\Http\\RedirectResponse|Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":55,"ignorable":true,"identifier":"return.type"},{"message":"Parameter #1 $callback of method Illuminate\\Database\\Eloquent\\Collection<(int|string),Illuminate\\Database\\Eloquent\\Collection<int, App\\Models\\Game\\Furniture\\Item>>::map() contains unresolvable type.","line":67,"ignorable":true,"identifier":"argument.unresolvableType"},{"message":"Method App\\Http\\Controllers\\Community\\WebsiteRareValuesController::value() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":76,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Help\\WebsiteRulesController.php":{"errors":1,"messages":[{"message":"Method App\\Http\\Controllers\\Help\\WebsiteRulesController::__invoke() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":13,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Miscellaneous\\HomeController.php":{"errors":1,"messages":[{"message":"Method App\\Http\\Controllers\\Miscellaneous\\HomeController::__invoke() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":14,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Miscellaneous\\InstallationController.php":{"errors":3,"messages":[{"message":"Static call to instance method Illuminate\\Database\\Eloquent\\Model::increment().","line":48,"ignorable":true,"identifier":"method.staticCall"},{"message":"Static call to instance method Illuminate\\Database\\Eloquent\\Model::decrement().","line":55,"ignorable":true,"identifier":"method.staticCall"},{"message":"Parameter #2 $length of function array_chunk expects int<1, max>, float given.","line":102,"ignorable":true,"identifier":"argument.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Miscellaneous\\MaintenanceController.php":{"errors":1,"messages":[{"message":"Method App\\Http\\Controllers\\Miscellaneous\\MaintenanceController::__invoke() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":13,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Shop\\PaypalController.php":{"errors":2,"messages":[{"message":"Offset 'status' on non-empty-array|(ArrayAccess&Psr\\Http\\Message\\StreamInterface) on left side of ?? always exists and is not nullable.","line":97,"ignorable":true,"identifier":"nullCoalesce.offset"},{"message":"Strict comparison using === between mixed and null will always evaluate to false.","line":97,"ignorable":true,"tip":"Type null has already been eliminated from mixed.","identifier":"identical.alwaysFalse"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\Shop\\ShopController.php":{"errors":4,"messages":[{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$username.","line":81,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$website_balance.","line":96,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$username.","line":129,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Parameter #1 $user of method App\\Actions\\SendFurniture::execute() expects App\\Models\\User, Illuminate\\Contracts\\Auth\\Authenticatable|null given.","line":140,"ignorable":true,"identifier":"argument.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\User\\AccountSettingsController.php":{"errors":6,"messages":[{"message":"Method App\\Http\\Controllers\\User\\AccountSettingsController::edit() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":21,"ignorable":true,"identifier":"return.type"},{"message":"Method App\\Http\\Controllers\\User\\AccountSettingsController::sessionLogs() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":30,"ignorable":true,"identifier":"return.type"},{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$online.","line":45,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$mail.","line":53,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$motto.","line":57,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Method App\\Http\\Controllers\\User\\AccountSettingsController::twoFactor() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":67,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\User\\BannedController.php":{"errors":2,"messages":[{"message":"Method App\\Http\\Controllers\\User\\BannedController::__invoke() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":19,"ignorable":true,"identifier":"return.type"},{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$ban.","line":20,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\User\\ForgotPasswordController.php":{"errors":1,"messages":[{"message":"Call to static method send() on an unknown class Mail.","line":34,"ignorable":true,"tip":"Learn more at https://phpstan.org/user-guide/discovering-symbols","identifier":"class.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\User\\GuestbookController.php":{"errors":1,"messages":[{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$rank.","line":27,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\User\\MeController.php":{"errors":1,"messages":[{"message":"Method App\\Http\\Controllers\\User\\MeController::__invoke() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":15,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\User\\PasswordSettingsController.php":{"errors":1,"messages":[{"message":"Method App\\Http\\Controllers\\User\\PasswordSettingsController::edit() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":16,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\User\\ReferralController.php":{"errors":1,"messages":[{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$referrals.","line":15,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Controllers\\User\\TwoFactorAuthenticationController.php":{"errors":1,"messages":[{"message":"Method App\\Http\\Controllers\\User\\TwoFactorAuthenticationController::index() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":16,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Middleware\\InstallationMiddleware.php":{"errors":2,"messages":[{"message":"Negated boolean expression is always true.","line":47,"ignorable":true,"identifier":"booleanNot.alwaysTrue"},{"message":"Using nullsafe method call on non-nullable type Illuminate\\Http\\Request. Use -> instead.","line":78,"ignorable":true,"identifier":"nullsafe.neverNull"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Middleware\\MaintenanceMiddleware.php":{"errors":4,"messages":[{"message":"Using nullsafe method call on non-nullable type Illuminate\\Routing\\Route. Use -> instead.","line":27,"ignorable":true,"identifier":"nullsafe.neverNull"},{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$rank.","line":32,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$rank.","line":40,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$rank.","line":52,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Middleware\\SetThemeMiddleware.php":{"errors":2,"messages":[{"message":"Parameter #1 $key of function setting expects string, false given.","line":14,"ignorable":true,"identifier":"argument.type"},{"message":"Strict comparison using === between 'theme' and '1' will always evaluate to false.","line":14,"ignorable":true,"identifier":"identical.alwaysFalse"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Requests\\RegisterFormRequest.php":{"errors":2,"messages":[{"message":"Call to static method unique() on an unknown class App\\Http\\Requests\\Rule.","line":16,"ignorable":true,"tip":"Learn more at https://phpstan.org/user-guide/discovering-symbols","identifier":"class.notFound"},{"message":"Call to static method unique() on an unknown class App\\Http\\Requests\\Rule.","line":17,"ignorable":true,"tip":"Learn more at https://phpstan.org/user-guide/discovering-symbols","identifier":"class.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Resources\\OnlineUserCountResource.php":{"errors":1,"messages":[{"message":"PHPDoc tag @return with type array|Illuminate\\Contracts\\Support\\Arrayable|JsonSerializable is not subtype of native type array.","line":16,"ignorable":true,"identifier":"return.phpDocType"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Resources\\OnlineUsersResource.php":{"errors":2,"messages":[{"message":"PHPDoc tag @return with type array|Illuminate\\Contracts\\Support\\Arrayable|JsonSerializable is not subtype of native type array.","line":17,"ignorable":true,"identifier":"return.phpDocType"},{"message":"Call to an undefined method App\\Http\\Resources\\OnlineUsersResource::paginate().","line":20,"ignorable":true,"identifier":"method.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Http\\Resources\\UserResource.php":{"errors":1,"messages":[{"message":"PHPDoc tag @return with type array|Illuminate\\Contracts\\Support\\Arrayable|JsonSerializable is not subtype of native type array.","line":16,"ignorable":true,"identifier":"return.phpDocType"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Models\\Article.php":{"errors":10,"messages":[{"message":"Call to static method id() on an unknown class Auth.","line":39,"ignorable":true,"tip":"Learn more at https://phpstan.org/user-guide/discovering-symbols","identifier":"class.notFound"},{"message":"Call to static method slug() on an unknown class Str.","line":40,"ignorable":true,"tip":"Learn more at https://phpstan.org/user-guide/discovering-symbols","identifier":"class.notFound"},{"message":"Function getPredominantImageColor not found.","line":41,"ignorable":true,"tip":"Learn more at https://phpstan.org/user-guide/discovering-symbols","identifier":"function.notFound"},{"message":"Call to static method slug() on an unknown class Str.","line":45,"ignorable":true,"tip":"Learn more at https://phpstan.org/user-guide/discovering-symbols","identifier":"class.notFound"},{"message":"Function getPredominantImageColor not found.","line":48,"ignorable":true,"tip":"Learn more at https://phpstan.org/user-guide/discovering-symbols","identifier":"function.notFound"},{"message":"Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\HasMany::defaultRelationships().","line":56,"ignorable":true,"identifier":"method.notFound"},{"message":"Call to an undefined method Illuminate\\Database\\Eloquent\\Builder::whereVisible().","line":95,"ignorable":true,"identifier":"method.notFound"},{"message":"Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\HasMany<App\\Models\\Article\\ArticleComment, $this(App\\Models\\Article)>::defaultBehavior().","line":110,"ignorable":true,"identifier":"method.notFound"},{"message":"Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\HasMany<App\\Models\\Article\\ArticleReaction, $this(App\\Models\\Article)>::defaultBehavior().","line":115,"ignorable":true,"identifier":"method.notFound"},{"message":"Function isDarkColor not found.","line":131,"ignorable":true,"tip":"Learn more at https://phpstan.org/user-guide/discovering-symbols","identifier":"function.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Models\\Articles\\WebsiteArticle.php":{"errors":1,"messages":[{"message":"Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\HasMany<App\\Models\\Articles\\WebsiteArticleReaction, $this(App\\Models\\Articles\\WebsiteArticle)>::whereActive().","line":35,"ignorable":true,"identifier":"method.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Rules\\CurrentPasswordRule.php":{"errors":1,"messages":[{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$password.","line":17,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Rules\\GoogleRecaptchaRule.php":{"errors":2,"messages":[{"message":"Method App\\Rules\\GoogleRecaptchaRule::__invoke() with return type void returns true but should not return anything.","line":15,"ignorable":true,"identifier":"return.void"},{"message":"Method App\\Rules\\GoogleRecaptchaRule::__invoke() with return type void returns mixed but should not return anything.","line":36,"ignorable":true,"identifier":"return.void"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Rules\\TurnstileCheck.php":{"errors":1,"messages":[{"message":"Call to static method validate() on an unknown class Coderflex\\LaravelTurnstile\\Facades\\LaravelTurnstile.","line":13,"ignorable":true,"tip":"Learn more at https://phpstan.org/user-guide/discovering-symbols","identifier":"class.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Services\\Articles\\ReactionService.php":{"errors":1,"messages":[{"message":"Using nullsafe property access \"?->active\" on left side of ?? is unnecessary. Use -> instead.","line":32,"ignorable":true,"identifier":"nullsafe.neverNull"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Services\\Community\\StaffService.php":{"errors":3,"messages":[{"message":"Call to an undefined method Illuminate\\Database\\Query\\Builder::with().","line":21,"ignorable":true,"identifier":"method.notFound"},{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$rank.","line":23,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"},{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$rank.","line":28,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Services\\RconService.php":{"errors":2,"messages":[{"message":"Negated boolean expression is always false.","line":33,"ignorable":true,"identifier":"booleanNot.alwaysFalse"},{"message":"Access to undefined constant App\\Enums\\CurrencyTypes::DUCKETS.","line":198,"ignorable":true,"identifier":"classConstant.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\Services\\User\\SessionService.php":{"errors":1,"messages":[{"message":"Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable::$sessions.","line":16,"ignorable":true,"tip":"Learn more: https://phpstan.org/blog/solving-phpstan-access-to-undefined-property","identifier":"property.notFound"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\View\\Components\\AppLayout.php":{"errors":1,"messages":[{"message":"Method App\\View\\Components\\AppLayout::render() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":15,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\View\\Components\\GuestLayout.php":{"errors":1,"messages":[{"message":"Method App\\View\\Components\\GuestLayout::render() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":15,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\app\\View\\Components\\InstallationLayout.php":{"errors":1,"messages":[{"message":"Method App\\View\\Components\\InstallationLayout::render() should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View.","line":15,"ignorable":true,"identifier":"return.type"}]},"C:\\Users\\remco\\Desktop\\Cms update\\atomcms-main\\routes\\console.php":{"errors":1,"messages":[{"message":"Undefined variable: $this","line":18,"ignorable":true,"identifier":"variable.undefined"}]}},"errors":[]}