1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests/FileManipulation
LeSuisse f29826b958 Fully qualify constants and function calls (#1849)
This should give a small performance boost.
Part of #1837.

The change is enforced via phpcs and can be autofixed
with phpcbf.
2019-06-26 16:52:29 -04:00
..
ClassConstantMoveTest.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
ClassMoveTest.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
FileManipulationTest.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
MethodMoveTest.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
NamespaceMoveTest.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
ParamTypeManipulationTest.php Allow MissingParamType alteration to be done in multithreaded mode 2019-05-31 11:55:24 -04:00
PropertyMoveTest.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
ReturnTypeManipulationTest.php Fix readability for object-like types when running psalter (#1708) 2019-06-16 09:20:49 -04:00
UndefinedVariableManipulationTest.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
UnusedCodeManipulationTest.php Break apart FileManipulationTest 2019-05-02 12:15:45 -04:00