We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc789b commit 9ea2db4Copy full SHA for 9ea2db4
1 file changed
src/Kernel/Core/DependencyInjector.php
@@ -18,13 +18,13 @@ public function getNativeAnnotateInjections($phpDocument): array
18
* @var \phpDocumentor\Reflection\DocBlock\Tags\Generic $nativeClass
19
*/
20
switch ($type = trim($nativeClass->getDescription())) {
21
- case 'ConstantPool';
+ case 'ConstantPool':
22
$injections[] = $this->getConstantPool();
23
break;
24
- case 'JavaClass';
+ case 'JavaClass':
25
$injections[] = $this->javaClass;
26
27
- case 'JavaClassInvoker';
+ case 'JavaClassInvoker':
28
$injections[] = $this->javaClassInvoker;
29
30
case 'Attributes':
0 commit comments