Skip to content

Commit faabd8d

Browse files
Fix leftovers
1 parent b055dce commit faabd8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Maintainability](https://api.codeclimate.com/v1/badges/2bdcb2e92bbc0efb855b/maintainability)](https://codeclimate.com/github/codeclimate/codeclimate-sonar-php/maintainability)
55
[![Test Coverage](https://api.codeclimate.com/v1/badges/2bdcb2e92bbc0efb855b/test_coverage)](https://codeclimate.com/github/codeclimate/codeclimate-sonar-php/test_coverage)
66

7-
`codeclimate-sonar-java` is a Code Climate engine that wraps [Sonarlint](http://www.sonarlint.org) in standalone mode.
7+
`codeclimate-sonar-php` is a Code Climate engine that wraps [Sonarlint](http://www.sonarlint.org) in standalone mode.
88

99
## Installation
1010
```
@@ -38,7 +38,7 @@ exclude_paths:
3838
Ignore issues with severity below the minimum:
3939
```
4040
engines:
41-
sonar-java:
41+
sonar-php:
4242
enabled: true
4343
config:
4444
minimum_severity: critical # default: major

0 commit comments

Comments
 (0)