Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sspat authored Jan 24, 2020
1 parent d43880d commit 0328648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Php Reserved Words checker

[![Latest Version](https://img.shields.io/github/release/sspat/reserved-words.svg?style=flat-square)](https://github.com/sspat/reserved-words/releases)
[![Latest Version](https://img.shields.io/github/v/release/sspat/reserved-words)](https://github.com/sspat/reserved-words/releases)
[![Build](https://img.shields.io/travis/sspat/reserved-words/master)](https://travis-ci.org/sspat/reserved-words)
[![License](https://img.shields.io/github/license/sspat/reserved-words)](https://github.com/sspat/reserved-words/blob/master/LICENSE)
[![Email](https://img.shields.io/badge/[email protected]?style=flat-square)](mailto:[email protected])
Expand Down Expand Up @@ -66,4 +66,4 @@ $cannotUseAsConstantName = $reservedWords->cannotUseAsConstantName($word, '5.6')
$cannotUseAsNamespaceName = $reservedWords->cannotUseAsNamespaceName($word, '5.6.1');
$cannotUseAsFunctionName = $reservedWords->cannotUseAsFunctionName($word, '7.0');
$cannotUseAsMethodName = $reservedWords->cannotUseAsMethodName($word, '7.4.2');
```
```

0 comments on commit 0328648

Please sign in to comment.