Skip to content

Commit 48e2d81

Browse files
authored
Readme: update composer's behaviour (#75)
1 parent 4a1659d commit 48e2d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ And in such cases, the test may work when executed in standalone run, but fail w
5858
Therefore, having a collision detector in CI might be useful.
5959

6060
## Composer's Ambiguous class resolution
61-
You may have thought that Composer itself is somehow solving this, but that is not true. The only similar check that Composer performs (which results in `Warning: Ambiguous class resolution`) happens when classes collide **inside** the `vendor` path, not in your codebase. Composer does not report class ambiguity in your project at all.
61+
The check that Composer performs (which results in `Warning: Ambiguous class resolution`) [has some weird hidden ignores](https://github.com/composer/composer/issues/12140#issuecomment-2389035210) that makes it generally not usable.
6262

6363
## Supported PHP versions
6464
- PHP 7.2 - PHP 8.3

0 commit comments

Comments
 (0)