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 520a40d commit aae8896Copy full SHA for aae8896
README.md
@@ -19,12 +19,12 @@ vendor/bin/detect-collisions dir1 dir2 dir3 # relative to cwd
19
Example error output:
20
```
21
Foo\NamespacedClass2 is defined 2 times:
22
- > /tests/sample-collisions/file2.php
23
+ > /tests/sample-collisions/file2.php:23
+ > /tests/sample-collisions/file2.php:45
24
25
GlobalInterface1 is defined 2 times:
26
- > /tests/sample-collisions/file1.php
27
+ > /tests/sample-collisions/file1.php:8
+ > /tests/sample-collisions/file2.php:11
28
29
30
Example success output:
0 commit comments