1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 19:07:00 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements
Olle Härstedt d8e8ce428e
Add new annotation: @psalm-self-out (#3650)
* Add new config: sealAllMethods

* Add some more tests

* Fix codesniffer issue with preg_quote

* Fix missing method in test

* New tag @self-out (WIP)

* Add self_out_type to method storage

* Add some notes

* More work on self-out (WIP)

* More work on self-out (WIP)

* Use psalm-self-out instead of self-out

* Remove extra file

* Cleanup

* Wrap around try-catch - how to check if a method has/should have storage?

* New method hasStorage()

* Fix indentation

* Fix some errors

* Fix indentation

* Cast storage type to type

* Add proper use-statement in method storage

* Correct test class name

* Allow self_out to be null

* method_id can be string (why, when?)

Co-authored-by: Olle <noemail>
2020-07-01 18:10:24 -04:00
..
Block Fix #3670 - taint mixed foreach access 2020-06-24 19:16:30 -04:00
Expression Add new annotation: @psalm-self-out (#3650) 2020-07-01 18:10:24 -04:00
BreakAnalyzer.php Break up StatementsAnalyzer 2020-05-19 12:56:30 -04:00
ContinueAnalyzer.php Break up StatementsAnalyzer 2020-05-19 12:56:30 -04:00
EchoAnalyzer.php Only cast in echo when tracking taints 2020-06-29 15:06:11 -04:00
ExpressionAnalyzer.php Fix #3681 - taint exit like echo 2020-06-25 17:17:08 -04:00
GlobalAnalyzer.php Break up StatementsAnalyzer 2020-05-19 12:56:30 -04:00
NopAnalyzer.php Break up StatementsAnalyzer 2020-05-19 12:56:30 -04:00
ReturnAnalyzer.php Improve tracking of array taints 2020-06-18 18:48:19 -04:00
StaticAnalyzer.php Break up StatementsAnalyzer 2020-05-19 12:56:30 -04:00
ThrowAnalyzer.php Fix tests 2020-02-21 22:15:25 -05:00
UnsetAnalyzer.php Break up StatementsAnalyzer 2020-05-19 12:56:30 -04:00
UnusedAssignmentRemover.php Break up StatementsAnalyzer 2020-05-19 12:56:30 -04:00