Skip to content

Commit 0204629

Browse files
committed
Merge branch 'master' of github.com:szepeviktor/phpstan-wordpress
2 parents 51e8e0c + 800fb91 commit 0204629

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
docker:
55
- image: circleci/php:7.2.17-stretch
66
steps:
7+
- run: sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
78
- checkout
89
- run: composer validate
910
- run: composer install

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# WordPress extensions for PHPStan
22

3-
[![CircleCI](https://circleci.com/gh/szepeviktor/phpstan-wordpress.svg?style=svg)](https://circleci.com/gh/szepeviktor/phpstan-wordpress) [![Packagist](https://img.shields.io/packagist/v/szepeviktor/phpstan-wordpress.svg?color=239922&style=popout)](https://packagist.org/packages/szepeviktor/phpstan-wordpress)
3+
[![CircleCI](https://circleci.com/gh/szepeviktor/phpstan-wordpress.svg?style=svg)](https://circleci.com/gh/szepeviktor/phpstan-wordpress)
4+
[![Packagist](https://img.shields.io/packagist/v/szepeviktor/phpstan-wordpress.svg?color=239922&style=popout)](https://packagist.org/packages/szepeviktor/phpstan-wordpress)
5+
[![Packagist](https://img.shields.io/packagist/dt/szepeviktor/phpstan-wordpress.svg)](https://packagist.org/packages/szepeviktor/phpstan-wordpress)
46

57
- [PHPStan](https://github.com/phpstan/phpstan)
68
- [WordPress](https://wordpress.org/)

0 commit comments

Comments
 (0)