We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fe161 commit 0047521Copy full SHA for 0047521
1 file changed
src/core/jvm/invoker/Invokable.php
@@ -30,7 +30,7 @@ public function __construct(JavaClassInvoker $javaClassInvoker, array $methods)
30
31
public function __call($name, $arguments)
32
{
33
- $getCodeAttribute = function ($attributes) {
+ $getCodeAttribute = function ($attributes): ?CodeAttribute {
34
foreach ($attributes as $attribute) {
35
/**
36
* @var AttributeInfo $attribute
0 commit comments