Skip to content

Commit

Permalink
Updated readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jun 20, 2024
1 parent c6c7373 commit f1015a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# High quality stubs for WordPress

[![GitHub Actions](https://github.com/skaut/wordpress-stubs/workflows/CI/badge.svg)](https://github.com/skaut/wordpress-stubs/actions)
[![Packagist Version](https://img.shields.io/packagist/v/skaut/wordpress-stubs?logo=packagist)](https://packagist.org/packages/skaut/wordpress-stubs)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/skaut/wordpress-stubs/CI.yml?branch=master&logo=github)](https://github.com/skaut/wordpress-stubs/actions)
[![Packagist Downloads](https://img.shields.io/packagist/dt/skaut/wordpress-stubs?logo=packagist)](https://packagist.org/packages/skaut/wordpress-stubs)
[![Packagist License](https://img.shields.io/packagist/l/skaut/wordpress-stubs)](https://github.com/skaut/wordpress-stubs/blob/master/LICENSE)
![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/skaut/wordpress-stubs/php?logo=php)

This repo contains stubs for WordPress functions and classes to be used with [phan](https://github.com/phan/phan) or [phpstan](https://phpstan.org/). This allows for better type-checking of a codebase as the stubs all have type information.

Expand Down

0 comments on commit f1015a3

Please sign in to comment.