From 7154c5f932815c463eeb9f4e9f5e35b97787df4e Mon Sep 17 00:00:00 2001 From: romalytvynenko Date: Fri, 9 Aug 2024 06:59:31 +0000 Subject: [PATCH] Fix styling --- src/Infer/Services/ReferenceTypeResolver.php | 1 - src/Infer/Services/TemplateTypesSolver.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Infer/Services/ReferenceTypeResolver.php b/src/Infer/Services/ReferenceTypeResolver.php index b050154a..65f6c4c5 100644 --- a/src/Infer/Services/ReferenceTypeResolver.php +++ b/src/Infer/Services/ReferenceTypeResolver.php @@ -565,7 +565,6 @@ private function getFunctionCallResult( * Prepares the actual arguments list with which a function is going to be executed, taking into consideration * arguments defaults. * - * @param ?FunctionLikeDefinition $callee * @param array $realArguments The list of arguments a function has been called with. * @return array The actual list of arguments where not passed arguments replaced with default values. */ diff --git a/src/Infer/Services/TemplateTypesSolver.php b/src/Infer/Services/TemplateTypesSolver.php index deb9a0bb..bdc532fa 100644 --- a/src/Infer/Services/TemplateTypesSolver.php +++ b/src/Infer/Services/TemplateTypesSolver.php @@ -36,7 +36,6 @@ public function getFunctionContextTemplates(FunctionLikeDefinition $functionLike * Prepares the actual arguments list with which a function is going to be executed, taking into consideration * arguments defaults. * - * @param ?FunctionLikeDefinition $callee * @param array $realArguments The list of arguments a function has been called with. * @return array The actual list of arguments where not passed arguments replaced with default values. */