Skip to content

Commit c08f1a0

Browse files
authored
Merge pull request #56 from janedbal/patch-4
Add name-collision-detector
2 parents 17e7d18 + 8f4028c commit c08f1a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Tools to report issues in code that are or lead to bugs.
2828
* [Exakat](http://www.exakat.io/) - Smart static analysis.
2929
* [jscpd](https://github.com/kucherenko/jscpd) - Copy/paste detector for programming source code.
3030
* [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
31+
* [name-collision-detector](https://github.com/shipmonk-rnd/name-collision-detector) - Detects symbol duplicates (class name collissions).
3132
* [noverify](https://github.com/VKCOM/noverify) - Pretty fast linter (code static analysis utility) for PHP.
3233
* [Pfff](https://github.com/facebook/pfff) - Tools for code analysis, visualizations, or style-preserving source transformation.
3334
* [phanalist](https://github.com/denzyldick/phanalist.git) - A static analyzer for PHP. It helps you catch common mistakes in your PHP code.

0 commit comments

Comments
 (0)