Closed kirkmadera closed 6 years ago
Errors in TravisCI are not related to the code changes in this PR.
awesome thanks! I'll merge and release asap.
I noticed that addCommandSubject() has a string typehint, but the underlying code also deals with arrays and objects. This generates this error in Scruitnizer that can only be fixed by changing the typehint. I didn't want to do that as part of this PR.
I'll fix it on master, Thanks!
I had to revert everything, there are many problems with old php version like:
and also there is a function named list, which is a reserved word
@kirkmadera if you want to open a new pull request I'll be happy to review it.
I moved it over into my namespace so it's a new pull request. Please see https://github.com/matteosister/GitElephant/pull/132.
I switched my PHPStorm to PHP 5.3 and resolved all notices. I went a little beyond the scope of this issue, but only in documentation. Hope that's ok.
Adds support for git stash commands. Resolves #28