1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/Psalm/Internal
Bruce Weirdan 4b31058234
Separate memory limit formatting from retrieval
This addresses https://github.com/vimeo/psalm/pull/6030#issuecomment-872611832

Previously PHP would allow to set memory limit to be below current
memory usage, and the test changed in this PR abused that. As we
actually don't need to test `ini_get()` value decoding was split into
its own method, and we're testing that decoding instead.
2021-07-02 02:59:43 +03:00
..
Algebra Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
Analyzer Don’t stop scanning loop contents due to possibly-null iterator 2021-06-28 13:13:12 -04:00
Cli Fixes # 6011, move placement of version call 2021-06-28 15:09:50 -07:00
Codebase No false-positives for tainting through array keys 2021-06-29 17:05:39 -04:00
DataFlow Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
Diff Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
ExecutionEnvironment Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
FileManipulation Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
Fork Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
Json Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
LanguageServer Merge pull request #6014 from tm1000/feature/6013-1 2021-06-29 05:39:16 +03:00
PhpTraverser Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
PhpVisitor Add slash 2021-06-12 17:17:27 -04:00
PluginManager Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
Provider Ship FakeFileProvider even with dist dev releases 2021-07-02 00:26:20 +03:00
Scanner Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
Scope Use more descriptive names for properties & variables of if/else handling 2021-04-18 15:38:12 -04:00
Stubs/Generator Fix inference of conditional types when wildcard constant given 2021-02-20 12:21:52 -05:00
Type Restrict type of implode to prevent Array-to-string conversion; 2021-06-21 19:55:27 -04:00
TypeVisitor Detect unused return values (#5917) 2021-06-10 14:18:15 -04:00
Algebra.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
Clause.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
CliUtils.php Separate memory limit formatting from retrieval 2021-07-02 02:59:43 +03:00
Composer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
ErrorHandler.php Convert PHP errors / warnings / notices to exceptions (#5260) 2021-02-22 09:19:34 -05:00
EventDispatcher.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
IncludeCollector.php
MethodIdentifier.php
ReferenceConstraint.php
RuntimeCaches.php