Created
January 20, 2026 16:10
-
-
Save sergix44/3a1a447d248faab2b86ed01ebda7f63c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- src/Phan/Language/Type/IntersectionType.php | |
| +++ src/Phan/Language/Type/IntersectionType.php | |
| @@ -804,5 +804,5 @@ | |
| public function isCallable(CodeBase $code_base): bool | |
| { | |
| - return $this->anyTypePartsMatchMethod(__FUNCTION__); | |
| + return $this->anyTypePartsMatchMethodWithArgs(__FUNCTION__, $code_base); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment