We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7be06c commit 81fa889Copy full SHA for 81fa889
src/Core/JavaArchive.php
@@ -128,7 +128,7 @@ public function getEntryPointName(): ?string
128
public function getClassPaths(): array
129
{
130
$classPaths = [];
131
- foreach (explode(' ', $this->manifestData['class-path'] ?? []) as $path) {
+ foreach (explode(' ', $this->manifestData['class-path'] ?? []) as $path) {
132
if (empty($path)) {
133
continue;
134
}
0 commit comments