.. |
Provider
|
Add all Possibly* issues to more lenient config
|
2018-01-10 10:56:43 -05:00 |
stubs
|
Refactor scanning and analysis, introducing multithreading (#191)
|
2017-07-25 16:11:02 -04:00 |
Traits
|
Create Codebase out from ProjectChecker
|
2018-01-21 13:45:33 -05:00 |
AnnotationTest.php
|
Fix #546 - allow iterable phpstorm generics
|
2018-03-01 11:19:23 -05:00 |
ArgTest.php
|
Improve callmap with information from docs.php.net (#494)
|
2018-02-06 20:50:32 -05:00 |
ArrayAccessTest.php
|
Add better issue message for bad array offset
|
2018-02-06 11:27:01 -05:00 |
ArrayAssignmentTest.php
|
Fix bug when assigning nested arrays with variable offsets
|
2018-02-17 12:32:19 -05:00 |
AssertTest.php
|
Don’t adhere to assert rules with ored truths
|
2018-02-25 11:30:45 -05:00 |
AssignmentTest.php
|
Change test assertion keying
|
2017-06-29 10:22:49 -04:00 |
BadFormatTest.php
|
Create Config before ProjectChecker, and remove test-specific code from FileChecker
|
2018-01-21 10:22:04 -05:00 |
BinaryOperationTest.php
|
Add additional formatting changes
|
2017-05-26 20:05:57 -04:00 |
bootstrap.php
|
Add new issues for missing required files
|
2017-10-29 14:39:23 -04:00 |
ClassLoadOrderTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
ClassScopeTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
ClassTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
ClosureTest.php
|
Fix #541 - make array_map on object-like more accurate
|
2018-02-26 11:01:30 -05:00 |
ConfigTest.php
|
Fix #524 - prevent fatal error when checking stubbed function from namespace
|
2018-02-21 11:32:52 -05:00 |
ConstantTest.php
|
Fix #512 - check for undefined constant in param default
|
2018-02-15 20:27:42 -05:00 |
DocumentationTest.php
|
Make array coercion an error
|
2018-02-21 18:59:31 -05:00 |
EmptyTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
FileManipulationTest.php
|
Fix #193 - allow caching of storages
|
2018-02-19 00:27:39 -05:00 |
FileReferenceTest.php
|
Fix #193 - allow caching of storages
|
2018-02-19 00:27:39 -05:00 |
ForbiddenCodeTest.php
|
Add additional formatting changes
|
2017-05-26 20:05:57 -04:00 |
ForeachTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
ForTest.php
|
Add additional formatting changes
|
2017-05-26 20:05:57 -04:00 |
FunctionCallTest.php
|
Allow arrays to be called (ugh)
|
2018-03-02 00:49:53 -05:00 |
IncludeTest.php
|
Break apart the Codebase class
|
2018-02-03 18:56:54 -05:00 |
InterfaceTest.php
|
Fix #522 - prevent interface instantiation
|
2018-02-17 18:53:02 -05:00 |
IssetTest.php
|
Fix #515 - make Psalm aware of variable array keys
|
2018-02-17 11:24:08 -05:00 |
IssueSuppressionTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
JsonOutputTest.php
|
Fix #539 - evaluate global variable usage
|
2018-02-25 10:43:54 -05:00 |
ListTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
LoopScopeTest.php
|
Fix issues with mixed assignments inside loop
|
2018-02-08 14:02:32 -05:00 |
MethodCallTest.php
|
Fix #519 - warn about variable calls on non-objects
|
2018-02-17 17:16:22 -05:00 |
MethodMutationTest.php
|
Create Codebase out from ProjectChecker
|
2018-01-21 13:45:33 -05:00 |
MethodSignatureTest.php
|
Fix #339 - when a class is also in the callmap, use the user-defined behaviour
|
2018-02-22 13:42:34 -05:00 |
NamespaceTest.php
|
Fix issue where namespaced function could be treated as root
|
2018-02-25 11:13:00 -05:00 |
Php40Test.php
|
Add additional formatting changes
|
2017-05-26 20:05:57 -04:00 |
Php55Test.php
|
Change test assertion keying
|
2017-06-29 10:22:49 -04:00 |
Php56Test.php
|
Fix #512 - check for undefined constant in param default
|
2018-02-15 20:27:42 -05:00 |
Php70Test.php
|
Fix #438 - assign both sides of by-ref vars to mixed
|
2018-02-11 10:39:21 -05:00 |
Php71Test.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
PropertyTypeTest.php
|
Add mixed checks to property __set calls
|
2018-02-21 19:34:21 -05:00 |
RedundantConditionTest.php
|
Don’t check newly-scoped vars in conditional
|
2018-02-08 14:46:06 -05:00 |
ReferenceConstraintTest.php
|
Fix #438 - assign both sides of by-ref vars to mixed
|
2018-02-11 10:39:21 -05:00 |
ReportOutputTest.php
|
Fix #539 - evaluate global variable usage
|
2018-02-25 10:43:54 -05:00 |
ReturnTypeTest.php
|
Fix #539 - evaluate global variable usage
|
2018-02-25 10:43:54 -05:00 |
ScopeTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
SwitchTypeTest.php
|
Fix #213 by evaluating switch statements better
|
2018-01-24 16:15:53 -05:00 |
TemplateTest.php
|
Fix #498 - add better issue type for docblock contradiction
|
2018-02-07 15:20:47 -05:00 |
TestCase.php
|
Fix #193 - allow caching of storages
|
2018-02-19 00:27:39 -05:00 |
TestConfig.php
|
Add all Possibly* issues to more lenient config
|
2018-01-10 10:56:43 -05:00 |
ToStringTest.php
|
Make all plugin methods static
|
2018-02-11 20:56:34 -05:00 |
TraitTest.php
|
Fix #508 - make sure trait missing property checks happen on correct file
|
2018-02-12 10:46:45 -05:00 |
TryCatchTest.php
|
Fix erroneous treatment of finally blocks after return in try
|
2018-01-28 19:02:31 -05:00 |
TypeAlgebraTest.php
|
Fix #450 - add checks for duplicate array keys
|
2018-01-18 17:16:50 -05:00 |
TypeCombinationTest.php
|
Make array coercion an error
|
2018-02-21 18:59:31 -05:00 |
TypeParseTest.php
|
Fix #328 and allow single-entry object-like shorthand
|
2017-12-18 22:07:52 -05:00 |
TypeReconciliationTest.php
|
Fix #457 - fix objectlike property isset check
|
2018-02-10 23:30:40 -05:00 |
TypeTest.php
|
Add more information to TooMany/TooFewArguments issues
|
2018-02-02 11:26:55 -05:00 |
UnusedCodeTest.php
|
Don’t be concerned about unused params named $_
|
2018-02-27 11:39:26 -05:00 |
VariadicTest.php
|
Create Config before ProjectChecker, and remove test-specific code from FileChecker
|
2018-01-21 10:22:04 -05:00 |