Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Dispatcher::dispatch should return mixed #31

Merged
merged 1 commit into from
Sep 12, 2019

Conversation

muglug
Copy link
Contributor

@muglug muglug commented Oct 4, 2018

We have no idea what the method returns, so mixed is the most appropriate return type.

We have no idea what the method returns, so `mixed` is the most appropriate return type
@codecov
Copy link

codecov bot commented Oct 4, 2018

Codecov Report

Merging #31 into master will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #31   +/-   ##
=========================================
  Coverage     89.65%   89.65%           
  Complexity       57       57           
=========================================
  Files             8        8           
  Lines           116      116           
=========================================
  Hits            104      104           
  Misses           12       12
Impacted Files Coverage Δ Complexity Δ
lib/Dispatcher.php 89.85% <ø> (ø) 27 <0> (ø) ⬇️

@felixfbecker felixfbecker changed the title Dispatcher::dispatch should return mixed fix: Dispatcher::dispatch should return mixed Sep 12, 2019
@felixfbecker felixfbecker merged commit 23366dd into felixfbecker:master Sep 12, 2019
@felixfbecker
Copy link
Owner

🎉 This PR is included in version 3.0.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants