1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 15:09:04 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/Method
2021-11-06 19:54:17 +01:00
..
AtomicCallContext.php
AtomicMethodCallAnalysisResult.php
AtomicMethodCallAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
ExistingAtomicMethodCallAnalyzer.php Assert that $lhs_var_id is defined 2021-10-28 10:50:43 +02:00
MethodCallProhibitionAnalyzer.php Fix error message for call to internal method from root namespace 2021-08-17 18:54:57 +01:00
MethodCallPurityAnalyzer.php don't consider calls to methods with assertions as Unused 2021-11-06 19:54:17 +01:00
MethodCallReturnTypeFetcher.php Merge pull request #6768 from zoonru/psalm-self-out-templates 2021-11-02 21:41:16 +02:00
MethodVisibilityAnalyzer.php coalesce operator 2021-09-26 23:34:31 +02:00
MissingMethodCallHandler.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00