diff --git a/phpstan.neon b/phpstan.neon index a757e1b8..f7b730e2 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -500,3 +500,45 @@ parameters: message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\Relation\\<\\*, \\*, \\*\\>\\:\\:isTrying\\(\\)\\.$#" count: 1 path: app/Membership/TestersBlock.php + + - + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Builder\\:\:isLeader\(\)\.$#' + identifier: method.notFound + count: 1 + path: app/Efz/EfzPendingBlock.php + + - + message: '#^Method App\\Fileshare\\ConnectionTypes\\ConnectionType\:\:types\(\) should return Illuminate\\Support\\Collection\\> but returns Illuminate\\Support\\Collection\\.$#' + identifier: return.type + count: 1 + path: app/Fileshare/ConnectionTypes/ConnectionType.php + + - + message: '#^Unable to resolve the template type TGroupKey in call to method Illuminate\\Support\\Collection\\:\:groupBy\(\)$#' + identifier: argument.templateType + count: 1 + path: app/Form/Actions/ExportSyncAction.php + + - + message: '#^Parameter \#1 \$callback of method Illuminate\\Support\\Collection\<\(int\|string\),mixed\>\:\:map\(\) contains unresolvable type\.$#' + identifier: argument.unresolvableType + count: 1 + path: app/Mailgateway/Resources/MailgatewayResource.php + + - + message: '#^Parameter \#1 \$value of method Illuminate\\Support\\Collection\<\(int\|string\),array\\>\:\:prepend\(\) contains unresolvable type\.$#' + identifier: argument.unresolvableType + count: 1 + path: app/Mailgateway/Resources/MailgatewayResource.php + + - + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Builder\\:\:isLeader\(\)\.$#' + identifier: method.notFound + count: 1 + path: app/Member/PsPendingBlock.php + + - + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Builder\\:\:isTrying\(\)\.$#' + identifier: method.notFound + count: 1 + path: app/Membership/TestersBlock.php