File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# WordPress Stubs
2
2
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 )
5
3
[ ![ 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 )
6
6
7
7
It provides stub declarations for [ WordPress] ( https://wordpress.org/ )
8
8
core functions, classes and interfaces, ** globals are not included** .
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ for METHOD in "${REQUESTS_V1_METHODS[@]}"; do
60
60
fi
61
61
echo " ${METHOD} is defined on line ${LINE} ."
62
62
63
- # Check the previous line forr ReturnTypeWillChange attribute.
63
+ # Check the previous line for ReturnTypeWillChange attribute.
64
64
if sed -e " $(( LINE - 1 )) !d" " ${FILE} " | grep -q -F ' #[ReturnTypeWillChange]' ; then
65
65
continue
66
66
fi
You can’t perform that action at this time.
0 commit comments