We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e39885 commit ac3ce71Copy full SHA for ac3ce71
src/Renderer/Renderer.php
@@ -378,7 +378,7 @@ private function getSearchIndex(Project $project): string
378
];
379
}
380
$items[] = $nsItem;
381
- $interfaceMethods = array_values($interface->getMethods())
+ $interfaceMethods = array_values($interface->getMethods());
382
if (count($interfaceMethods) > 0) {
383
array_push($methods, ...$interfaceMethods);
384
0 commit comments