laravel / browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
MIT License
508 stars 75 forks source link

Fix withoutMiddleware docblock #164

Closed bytestream closed 2 years ago

bytestream commented 2 years ago

PHPStan complains when an argument other than null is provided to the withoutMiddleware([Foobar::class]); method.

bytestream commented 2 years ago

@driesvints was this missed in https://twitter.com/driesvints/status/1516441890064904197 ?

driesvints commented 2 years ago

I didn't think a minor change like this warranted a release so I skipped it until we might have a bit more to release. But I just cut a new release for you: https://github.com/laravel/browser-kit-testing/releases/tag/v6.3.1

bytestream commented 2 years ago

Thanks man :raised_hands: :heart: