/home/complianthowden/public_html/vendor/spatie/error-solutions/phpstan-baseline.neon
parameters:
	ignoreErrors:
		-
			message: "#^PHPDoc tag @param for parameter \\$solutionProvider with type class\\-string\\<Spatie\\\\ErrorSolutions\\\\Contracts\\\\HasSolutionsForThrowable\\>\\|Spatie\\\\ErrorSolutions\\\\Contracts\\\\HasSolutionsForThrowable is not subtype of native type string\\.$#"
			count: 1
			path: src/Contracts/SolutionProviderRepository.php

		-
			message: "#^Method Spatie\\\\ErrorSolutions\\\\DiscoverSolutionProviders\\:\\:getProviderClassesForType\\(\\) should return array\\<Spatie\\\\ErrorSolutions\\\\Contracts\\\\HasSolutionsForThrowable\\> but returns array\\<int, string\\>\\.$#"
			count: 1
			path: src/DiscoverSolutionProviders.php

		-
			message: "#^Unable to resolve the template type TKey in call to function collect$#"
			count: 1
			path: src/SolutionProviders/Laravel/InvalidRouteActionSolutionProvider.php

		-
			message: "#^Unable to resolve the template type TValue in call to function collect$#"
			count: 1
			path: src/SolutionProviders/Laravel/InvalidRouteActionSolutionProvider.php

		-
			message: "#^Call to method getSolutionDescription\\(\\) on an unknown class Spatie\\\\ErrorSolutions\\\\Solutions\\\\Laravel\\\\SuggestCorrectVariableNameSolution\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php

		-
			message: "#^Call to method getSolutionTitle\\(\\) on an unknown class Spatie\\\\ErrorSolutions\\\\Solutions\\\\Laravel\\\\SuggestCorrectVariableNameSolution\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php

		-
			message: "#^Call to method getViewData\\(\\) on an unknown class Spatie\\\\LaravelFlare\\\\Exceptions\\\\ViewException\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php

		-
			message: "#^Call to method getViewData\\(\\) on an unknown class Spatie\\\\LaravelIgnition\\\\Exceptions\\\\ViewException\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php

		-
			message: "#^Call to method isRunnable\\(\\) on an unknown class Spatie\\\\ErrorSolutions\\\\Solutions\\\\Laravel\\\\SuggestCorrectVariableNameSolution\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php

		-
			message: "#^Class Spatie\\\\LaravelFlare\\\\Exceptions\\\\ViewException not found\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php

		-
			message: "#^Class Spatie\\\\LaravelIgnition\\\\Exceptions\\\\ViewException not found\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php

		-
			message: "#^Instantiated class Spatie\\\\ErrorSolutions\\\\Solutions\\\\Laravel\\\\SuggestCorrectVariableNameSolution not found\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php

		-
			message: "#^Parameter \\$throwable of method Spatie\\\\ErrorSolutions\\\\SolutionProviders\\\\Laravel\\\\UndefinedViewVariableSolutionProvider\\:\\:findCorrectVariableSolutions\\(\\) has invalid type Spatie\\\\LaravelFlare\\\\Exceptions\\\\ViewException\\.$#"
			count: 2
			path: src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php

		-
			message: "#^Parameter \\$throwable of method Spatie\\\\ErrorSolutions\\\\SolutionProviders\\\\Laravel\\\\UndefinedViewVariableSolutionProvider\\:\\:findCorrectVariableSolutions\\(\\) has invalid type Spatie\\\\LaravelIgnition\\\\Exceptions\\\\ViewException\\.$#"
			count: 2
			path: src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php

		-
			message: "#^Unable to resolve the template type TKey in call to function collect$#"
			count: 1
			path: src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php

		-
			message: "#^Unable to resolve the template type TValue in call to function collect$#"
			count: 1
			path: src/SolutionProviders/Laravel/UndefinedViewVariableSolutionProvider.php

		-
			message: "#^Method Spatie\\\\ErrorSolutions\\\\SolutionProviders\\\\Laravel\\\\UnknownValidationSolutionProvider\\:\\:getAvailableMethods\\(\\) return type with generic class Illuminate\\\\Support\\\\Collection does not specify its types\\: TKey, TValue$#"
			count: 1
			path: src/SolutionProviders/Laravel/UnknownValidationSolutionProvider.php

		-
			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,ReflectionMethod\\>\\:\\:filter\\(\\) expects \\(callable\\(ReflectionMethod, int\\)\\: bool\\)\\|null, Closure\\(ReflectionMethod\\)\\: \\(0\\|1\\|false\\) given\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/UnknownValidationSolutionProvider.php

		-
			message: "#^Unable to resolve the template type TMakeKey in call to method static method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:make\\(\\)$#"
			count: 1
			path: src/SolutionProviders/Laravel/UnknownValidationSolutionProvider.php

		-
			message: "#^Unable to resolve the template type TMakeValue in call to method static method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:make\\(\\)$#"
			count: 1
			path: src/SolutionProviders/Laravel/UnknownValidationSolutionProvider.php

		-
			message: "#^Call to method getMessage\\(\\) on an unknown class Spatie\\\\Ignition\\\\Exceptions\\\\ViewException\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/ViewNotFoundSolutionProvider.php

		-
			message: "#^Call to method getMessage\\(\\) on an unknown class Spatie\\\\LaravelFlare\\\\Exceptions\\\\ViewException\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/ViewNotFoundSolutionProvider.php

		-
			message: "#^Class Spatie\\\\Ignition\\\\Exceptions\\\\ViewException not found\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/ViewNotFoundSolutionProvider.php

		-
			message: "#^Class Spatie\\\\LaravelFlare\\\\Exceptions\\\\ViewException not found\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/ViewNotFoundSolutionProvider.php

		-
			message: "#^Parameter \\#1 \\$missingView of method Spatie\\\\ErrorSolutions\\\\SolutionProviders\\\\Laravel\\\\ViewNotFoundSolutionProvider\\:\\:findRelatedView\\(\\) expects string, string\\|null given\\.$#"
			count: 1
			path: src/SolutionProviders/Laravel/ViewNotFoundSolutionProvider.php

		-
			message: "#^Class Livewire\\\\LivewireComponentsFinder not found\\.$#"
			count: 1
			path: src/Solutions/Laravel/LivewireDiscoverSolution.php

		-
			message: "#^Method Spatie\\\\ErrorSolutions\\\\Solutions\\\\OpenAi\\\\DummyCache\\:\\:setMultiple\\(\\) has parameter \\$values with no value type specified in iterable type iterable\\.$#"
			count: 1
			path: src/Solutions/OpenAi/DummyCache.php

		-
			message: "#^Cannot call method get\\(\\) on Psr\\\\SimpleCache\\\\CacheInterface\\|null\\.$#"
			count: 1
			path: src/Solutions/OpenAi/OpenAiSolution.php

		-
			message: "#^Cannot call method getSnippetAsString\\(\\) on Spatie\\\\Backtrace\\\\Frame\\|null\\.$#"
			count: 1
			path: src/Solutions/OpenAi/OpenAiSolution.php

		-
			message: "#^Cannot call method set\\(\\) on Psr\\\\SimpleCache\\\\CacheInterface\\|null\\.$#"
			count: 1
			path: src/Solutions/OpenAi/OpenAiSolution.php

		-
			message: "#^Parameter \\#1 \\$rawText of class Spatie\\\\ErrorSolutions\\\\Solutions\\\\OpenAi\\\\OpenAiSolutionResponse constructor expects string, string\\|null given\\.$#"
			count: 1
			path: src/Solutions/OpenAi/OpenAiSolution.php

		-
			message: "#^Parameter \\$line of class Spatie\\\\ErrorSolutions\\\\Solutions\\\\OpenAi\\\\OpenAiPromptViewModel constructor expects string, int given\\.$#"
			count: 1
			path: src/Solutions/OpenAi/OpenAiSolution.php

		-
			message: "#^Property Spatie\\\\ErrorSolutions\\\\Solutions\\\\OpenAi\\\\OpenAiSolution\\:\\:\\$openAiSolutionResponse \\(Spatie\\\\ErrorSolutions\\\\Solutions\\\\OpenAi\\\\OpenAiSolutionResponse\\) does not accept Spatie\\\\ErrorSolutions\\\\Solutions\\\\OpenAi\\\\OpenAiSolutionResponse\\|null\\.$#"
			count: 1
			path: src/Solutions/OpenAi/OpenAiSolution.php

		-
			message: "#^Method Spatie\\\\ErrorSolutions\\\\Solutions\\\\OpenAi\\\\OpenAiSolutionResponse\\:\\:links\\(\\) return type has no value type specified in iterable type array\\.$#"
			count: 1
			path: src/Solutions/OpenAi/OpenAiSolutionResponse.php

		-
			message: "#^Method Spatie\\\\ErrorSolutions\\\\Support\\\\AiPromptRenderer\\:\\:renderAsString\\(\\) should return string but returns string\\|false\\.$#"
			count: 1
			path: src/Support/AiPromptRenderer.php

		-
			message: "#^Property Spatie\\\\ErrorSolutions\\\\Support\\\\Laravel\\\\LivewireComponentParser\\:\\:\\$reflectionClass \\(ReflectionClass\\<Livewire\\\\Component\\>\\) does not accept ReflectionClass\\<object\\>\\.$#"
			count: 1
			path: src/Support/Laravel/LivewireComponentParser.php
Customer Complaint Form | Howden Indonesia - Official Working Website

CUSTOMER COMPLAINT FORM

Please use this form to give us suggestions, compliments or complaints.
Click here to check complaint status.
Click here to show Term of Business Agreement
Howden


Notes: *.png, *.jpg, *.jpeg, *.pdf, *.doc, *.docx, *.xls, *.xlsx, *.ppt, *.pptx, *.eml are allowed, and size must be smaller than 5Mb.

Copyright © 2026 PT. Howden Insurance Brokers Indonesia. All rights reserved.
Authorised and regulated by Otoritas Jasa Keuangan (OJK).
Member of The Association of Indonesian Insurance & Reinsurance Brokers (APPARINDO).