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

Fixed problem for use vendor phpstan #11

Merged
merged 1 commit into from
Jul 21, 2018
Merged

Fixed problem for use vendor phpstan #11

merged 1 commit into from
Jul 21, 2018

Conversation

zonuexe
Copy link
Member

@zonuexe zonuexe commented Jul 21, 2018

refs #10

This is a simple mistake. This function requires a list of string, this pattern assigns just a string to the variable. Since a character string is a type of sequence, the append function treats it as a vector of char(int) instead of type error.

This issue was reported by @kwvanderlinde, thanks!

GitHub-Issue: 10
#10

This is a simple mistake. This function requires a string list, this
pattern assigns just a string to the variable.
Since a character string is a type of sequence, the append function
treats it as a vector of char(int) instead of type error.

This issue was reported by @kwvanderlinde, thanks!
@zonuexe zonuexe changed the title Return a list instead of bare path string. Fixed problem for use vendor phpstan Jul 21, 2018
@zonuexe zonuexe merged commit 09102b0 into master Jul 21, 2018
@zonuexe zonuexe deleted the fix/issue-10 branch July 21, 2018 19:35
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.

1 participant