Skip to content

Commit f891fb0

Browse files
committed
Reorder bagdes in README
1 parent 19e7966 commit f891fb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# WordPress Stubs
22

3-
[![Build Status](https://travis-ci.com/php-stubs/wordpress-stubs.svg?branch=master)](https://travis-ci.com/github/php-stubs/wordpress-stubs)
4-
[![Packagist](https://img.shields.io/packagist/v/php-stubs/wordpress-stubs.svg?color=4CC61E&style=popout)](https://packagist.org/packages/php-stubs/wordpress-stubs)
53
[![Packagist stats](https://img.shields.io/packagist/dt/php-stubs/wordpress-stubs.svg)](https://packagist.org/packages/php-stubs/wordpress-stubs/stats)
4+
[![Packagist](https://img.shields.io/packagist/v/php-stubs/wordpress-stubs.svg?color=4CC61E&style=popout)](https://packagist.org/packages/php-stubs/wordpress-stubs)
5+
[![Build Status](https://travis-ci.com/php-stubs/wordpress-stubs.svg?branch=master)](https://travis-ci.com/github/php-stubs/wordpress-stubs)
66

77
It provides stub declarations for [WordPress](https://wordpress.org/)
88
core functions, classes and interfaces, **globals are not included**.

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ for METHOD in "${REQUESTS_V1_METHODS[@]}"; do
6060
fi
6161
echo "${METHOD} is defined on line ${LINE}."
6262

63-
# Check the previous line forr ReturnTypeWillChange attribute.
63+
# Check the previous line for ReturnTypeWillChange attribute.
6464
if sed -e "$((LINE - 1)) !d" "${FILE}" | grep -q -F '#[ReturnTypeWillChange]'; then
6565
continue
6666
fi

0 commit comments

Comments
 (0)