Skip to content

Commit 9790721

Browse files
authored
Fix CI badge
1 parent cf38e8e commit 9790721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP Stubs Generator
22

3-
[![Build Status](https://travis-ci.org/php-stubs/generator.svg?branch=master)](https://travis-ci.com/github/php-stubs/generator)
3+
[![Build Status](https://travis-ci.com/php-stubs/generator.svg?branch=master)](https://travis-ci.com/github/php-stubs/generator)
44

55
Use this tool to generate stub declarations for functions, classes, interfaces, and global variables defined in any PHP code. The stubs can subsequently be used to facilitate IDE completion or static analysis via [Psalm](https://getpsalm.org) or potentially other tools. Stub generation is particularly useful for code which mixes definitions with side-effects.
66

0 commit comments

Comments
 (0)