Skip to content

Commit 6903475

Browse files
committed
add phpstan
1 parent dc3a858 commit 6903475

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/blamebutton/laravel-changelog/Check%20&%20fix%20styling?label=code%20style)](https://github.com/blamebutton/laravel-changelog/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/blamebutton/laravel-changelog.svg?style=flat-square)](https://packagist.org/packages/blamebutton/laravel-changelog)
77

8-
9-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/blamebutton/laravel-changelog.svg?style=flat-square)](https://packagist.org/packages/blamebutton/laravel-changelog)
10-
[![Total Downloads](https://img.shields.io/packagist/dt/blamebutton/laravel-changelog.svg?style=flat-square)](https://packagist.org/packages/blamebutton/laravel-changelog)
11-
![GitHub Actions](https://github.com/blamebutton/laravel-changelog/actions/workflows/main.yml/badge.svg)
12-
138
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
149

1510
## Installation
@@ -23,7 +18,12 @@ composer require blamebutton/laravel-changelog
2318
## Usage
2419

2520
```php
26-
// Usage description here
21+
use BlameButton\Laravel\Changelog\ChangelogFacade;
22+
23+
/**
24+
* Get the raw content of your changelog file.
25+
*/
26+
ChangelogFacade::raw();
2727
```
2828

2929
### Testing
@@ -52,7 +52,3 @@ If you discover any security related issues, please email bram@ceulemans.dev ins
5252
## License
5353

5454
The Mozilla Public License 2.0. Please see [License File](LICENSE.md) for more information.
55-
56-
## Laravel Package Boilerplate
57-
58-
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

0 commit comments

Comments
 (0)