Skip to content

Commit dcd0d0e

Browse files
committed
Improved compatibility with PHPStan 0.6
1 parent 1f18b6a commit dcd0d0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Reflection/Dibi/DibiFluentMethodReflection.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ public function getDeclaringClass(): ClassReflection
3232
return $this->dibiFluent;
3333
}
3434

35+
public function getPrototype(): MethodReflection
36+
{
37+
return $this;
38+
}
39+
3540
public function isStatic(): bool
3641
{
3742
return false;

0 commit comments

Comments
 (0)