slepic
slepic
Also prevents: ``` Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated ``` in `Column::renderExport()`
Also ``` Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated ``` in `Export::printCsv()`
The error is rather strange, but shouldn't you get an error for calling protected method from outer scope instead anyway?
Hi, thanks, I will try it and send a PR then, but unfortunately I wont have time for that during at least the next two weeks...
Hey there, so I have created a pull request: https://github.com/mockery/mockery/pull/998 I have figured out the reason why it wasn't part of the interface. Reason is that ExpectationInterface is implemented by...
@robertbasic And so, how do you wish to proceed? Are you asking for time to have a deeper look yourself? Or should I work on adding all the other methods...
@davedevelopment > `ExpectationInterface` is a contract we are offering others, so they know what to expect, rather than us telling others what we expect from them. Agreed. > Have we...
@davedevelopment Hi, in response to your comment in the PR (I don't wanna break the conversation too much) https://github.com/mockery/mockery/pull/998#issuecomment-628470554 > I'm still not entirely sure if we should proceed with...
> I'm always a fan of the integers are free approach to semver I second that. Nothing wrong with a package with major version 95 if most of the individual...
@exussum12 cool we have something like this directly inside the project that uses it, but its only for the classes/props we use - so nowhere near the completeness of yours......