Skip to content

PhpMetrics v3.0.0-rc6 hanging #510

Open
@andrii-pukhalevych

Description

@andrii-pukhalevych

Bug report

PhpMetrics v3.0.0-rc6
Composer version 2.8.1 2024-10-04 11:31:01
PHP version 8.1.29

I created directory PhpMetricsDemo with single class Hello inside:

<?php
class Hello {

	public function start(): void {
		echo 'start';
	}
}

Call of PhpMetrics/bin/phpmetrics PhpMetricsDemo results hanging after output

Parsing all files...
Executing system analyzes...

Hanging seems to be caused by Composer analyzer, because composer is not present in my folder.
It should not happens, not all projects have composer.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions