1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 17:57:37 +01:00
psalm/src/Psalm/Internal/Provider
Matthew Brown f44c3488eb Keep track of which arg a given template was assigned from
Fixes #2900 - We only care about the depth of a templated match when templating from a particular argument. The next argument should essentially start afresh
2020-03-01 12:27:18 -05:00
..
ReturnTypeProvider Keep track of which arg a given template was assigned from 2020-03-01 12:27:18 -05:00
ClassLikeStorageCacheProvider.php Refactor signature selection a little 2019-07-18 23:08:54 -04:00
ClassLikeStorageProvider.php Use MethodIdentifier object instead of string 2020-02-14 20:54:26 -05:00
FileProvider.php bug: #2103 -- throw error if directories are given instead of file (#2605) 2020-01-12 10:53:12 -05:00
FileReferenceCacheProvider.php Replace issue data array with object 2020-02-16 18:24:40 -05:00
FileReferenceProvider.php Replace issue data array with object 2020-02-16 18:24:40 -05:00
FileStorageCacheProvider.php Apply PHPCS fixes 2019-07-05 16:27:53 -04:00
FileStorageProvider.php Apply PHPCS fixes 2019-07-05 16:27:53 -04:00
FunctionExistenceProvider.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
FunctionParamsProvider.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
FunctionReturnTypeProvider.php Move explode handling into its own file 2019-12-30 16:39:37 -05:00
MethodExistenceProvider.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
MethodParamsProvider.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
MethodReturnTypeProvider.php Add better return type provider for PDO statement 2019-12-30 11:34:24 -05:00
MethodVisibilityProvider.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
NodeDataProvider.php Speed up accessing node data 2019-11-26 17:48:47 -05:00
ParserCacheProvider.php Add a few more list types 2019-10-08 19:06:16 -04:00
PropertyExistenceProvider.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
PropertyTypeProvider.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
PropertyVisibilityProvider.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
Providers.php Fix #689 - add checks for @internal annotations 2018-12-01 18:37:49 -05:00
StatementsProvider.php Find issues with impossible property values 2019-12-11 17:08:02 -05:00