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 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
77It provides stub declarations for [ WordPress] ( https://wordpress.org/ )
88core 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
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
You can’t perform that action at this time.
0 commit comments