Skip to content

Commit 38f0ce1

Browse files
clxmstaabstaabm
authored andcommitted
fix
1 parent 7995b01 commit 38f0ce1

File tree

2 files changed

+207
-31
lines changed

2 files changed

+207
-31
lines changed

.phpstan-dba.cache

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

src/Extensions/DoctrineResultDynamicReturnTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
final class DoctrineResultDynamicReturnTypeExtension implements DynamicMethodReturnTypeExtension
2323
{
24-
public const METHODS = [
24+
private const METHODS = [
2525
'columncount',
2626
'fetchone',
2727
'fetchfirstcolumn',

0 commit comments

Comments
 (0)