1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-09 14:38:37 +01:00
psalm/src/Psalm/Internal
sasezaki d0baffb534 DOMElement instead of DomElement - https://php.net/DOMElement
to avoid composer-require-check reports false-positive,
just did - find src/ -type f -exec sed -i -e 's/DomElement/DOMElement/g' {} \;
2022-02-11 22:51:31 +01:00
..
Algebra Use objects, not strings, for assertions (#7410) 2022-01-20 17:33:06 -05:00
Analyzer Merge branch '4.x' into upstream-master 2022-02-11 03:51:48 +02:00
Cli Remove deprecated loadXdebugStub attribute. 2022-01-27 16:55:20 -06:00
Codebase Narrow graph arrayfetch dataflow 2022-02-08 10:59:29 -05:00
DataFlow
Diff Add support for references and improve UnusedVariable checks (fixes #7254). 2022-01-26 12:55:47 -06:00
ExecutionEnvironment
FileManipulation
Fork
Json
LanguageServer
PhpTraverser
PhpVisitor Remove redundant flag from SimpleTypeInferer 2022-01-31 23:03:34 +03:00
PluginManager DOMElement instead of DomElement - https://php.net/DOMElement 2022-02-11 22:51:31 +01:00
Provider Fix RedundantCondition 2022-02-10 01:44:50 +02:00
Scanner
Scope Remove mic-drop hack from if analysis (#7484) 2022-01-28 18:30:47 -05:00
Stubs/Generator feat: make key-of/value-of usable with non-const arrays 2022-01-27 22:22:14 +01:00
Type Merge pull request #7622 from orklah/assertions 2022-02-09 22:53:28 +01:00
TypeVisitor Use objects, not strings, for assertions (#7410) 2022-01-20 17:33:06 -05:00
Algebra.php Fix #6683 by improving simplification of CNF (#7631) 2022-02-10 19:37:42 -05:00
Clause.php Use objects, not strings, for assertions (#7410) 2022-01-20 17:33:06 -05:00
CliUtils.php remove unused imports 2022-01-21 00:17:06 +01:00
Composer.php
ErrorHandler.php
EventDispatcher.php Merge pull request #7530 from ohader/issue-7528 2022-01-31 10:36:47 +02:00
IncludeCollector.php
MethodIdentifier.php
ReferenceConstraint.php
RuntimeCaches.php