Skip to content

Comparison is not just restricted to the source directory #42

@Ocramius

Description

@Ocramius

As per recent finding, the comparisons are not currently limited to src/ (or whatever source path is given), but all classes are being checked.

This means that diffing a codebase will likely cause diffing of all detected classes anywhere if we ever include autoloading of other symbols.

A simple applicable restriction is to only consider classes that have a file path in the defined source directory.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions