Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
romalytvynenko authored and github-actions[bot] committed Aug 9, 2024
1 parent 5597adb commit 7154c5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Infer/Services/ReferenceTypeResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
1 change: 0 additions & 1 deletion src/Infer/Services/TemplateTypesSolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 7154c5f

Please sign in to comment.