1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +01:00
psalm/src/Psalm/Internal
Ben Davies 47f43fdcd7
use file contents intead of filemtime to detect changed files (#2991)
* use file contents intead of filemtime to detect changed files

* Add as extra filter step

Co-authored-by: Matthew Brown <github@muglug.com>
2020-03-18 13:36:11 -04:00
..
Analyzer use file contents intead of filemtime to detect changed files (#2991) 2020-03-18 13:36:11 -04:00
Codebase Fix implementation kink 2020-03-15 16:14:09 -04:00
Diff Fix differ 2020-03-12 21:40:45 -04:00
ExecutionEnvironment
FileManipulation
Fork
LanguageServer Fix #2915 - prevent "if (true)" and similar 2020-03-15 22:23:31 -04:00
PhpTraverser Allow types to be traversed 2020-03-14 23:54:51 -04:00
PhpVisitor Allow types to be traversed 2020-03-14 23:54:51 -04:00
PluginManager
Provider Allow types to be traversed 2020-03-14 23:54:51 -04:00
Scanner Allow types to be traversed 2020-03-14 23:54:51 -04:00
Scope
Stubs Fix overriding of mapped property type visibility 2020-03-11 17:41:05 -04:00
Taint
Type Fix #2932 - don’t crash when trying to expand callable object-like array 2020-03-09 10:56:37 -04:00
TypeVisitor Detect assigning collections of mutable objects in immutable 2020-03-15 00:21:20 -04:00
CallMap_71_delta.php
CallMap_72_delta.php
CallMap_73_delta.php
CallMap_74_delta.php
CallMap.php Fix #2925 - ignore null return type for array_replace_recursive 2020-03-15 14:07:55 -04:00
Clause.php
exception_handler.php
MethodIdentifier.php Initial inferred Closure Returns (#2945) 2020-03-14 14:51:43 -04:00
PropertyMap.php
ReferenceConstraint.php