Skip to content

Commit 84e6116

Browse files
author
DKravtsov
committed
Updated Readme.md.
1 parent 9814183 commit 84e6116

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# PHP Copy/Paste Detector
22
`phpcpd` is a Copy/Paste Detector (CPD) for PHP code.
33

4+
This is modified version of [sebastianbergmann/phpcpd](https://github.com/sebastianbergmann/phpcpd) due to `sebastianbergmann/phpcpd` is abandoned and no longer maintained.
5+
46
[![PHP Copy/Paste Detector](https://github.com/systemsdk/phpcpd/actions/workflows/ci.yml/badge.svg)](https://github.com/systemsdk/phpcpd/actions/workflows/ci.yml)
57
[![Coverage Status](https://coveralls.io/repos/github/systemsdk/phpcpd/badge.svg)](https://coveralls.io/github/systemsdk/phpcpd)
68
[![MIT licensed](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE)
@@ -18,7 +20,7 @@ Note: This tool is distributed as a [PHP Archive (PHAR)](https://php.net/phar).
1820
## Usage example
1921
```
2022
$ php phpcpd.phar --fuzzy --verbose src tests
21-
8.1.0
23+
Copy/Paste Detector 8.1.0
2224
Found 1 code clones with 17 duplicated lines in 1 files:
2325
2426
- /var/www/html/tests/Application/ApiKey/Transport/Controller/Api/v1/ApiKeyControllerTest.php:128-145 (17 lines)

0 commit comments

Comments
 (0)