Skip to content

Commit e3c79f9

Browse files
staabmclxmstaab
andauthored
doctrine-dbal: added Doctrine\DBAL\Statement type inferrence (#192)
Co-authored-by: Markus Staab <[email protected]>
1 parent 3e28280 commit e3c79f9

File tree

7 files changed

+379
-36
lines changed

7 files changed

+379
-36
lines changed

.phpstan-dba.cache

Lines changed: 179 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.phpunit-phpstan-dba.cache

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/extensions.neon

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,21 @@ services:
99
tags:
1010
- phpstan.broker.dynamicMethodReturnTypeExtension
1111

12+
-
13+
class: staabm\PHPStanDba\Extensions\DoctrineConnectionPrepareDynamicReturnTypeExtension
14+
tags:
15+
- phpstan.broker.dynamicMethodReturnTypeExtension
16+
1217
-
1318
class: staabm\PHPStanDba\Extensions\DoctrineResultDynamicReturnTypeExtension
1419
tags:
1520
- phpstan.broker.dynamicMethodReturnTypeExtension
1621

22+
-
23+
class: staabm\PHPStanDba\Extensions\DoctrineStatementExecuteDynamicReturnTypeExtension
24+
tags:
25+
- phpstan.broker.dynamicMethodReturnTypeExtension
26+
1727
-
1828
class: staabm\PHPStanDba\Extensions\PdoQueryDynamicReturnTypeExtension
1929
tags:

0 commit comments

Comments
 (0)