Alessandro Minoccheri

Results 54 comments of Alessandro Minoccheri

For the selection of the class should be in `that` I agree, but if you want to exclude some dependencies from the rules you need to use it in `should`....

@fain182 but what do you think about adding a second parameter to `should`? Like this: ``` ->should(new HaveNameMatching('Happy*'), new isNotOneOf('App\HappyIsland\Foo')) ```

In my mind, @fain182 , `should` function could be something like this: ``` public function should(Expression $expression, ? isNotOneOf $isNotOneOf): BecauseParser ``` We can use a nullable argument, I know...

We have added a new feature in this merged PR: #219 @ricfio

We have added a new feature to exclude some dependencies here: #220 Can we consider now this issue closed @ricfio ?

You can use a variable as an array to contain all those classes

Hi @Mysak007, we only analyze the docblock on the class and not for every function. So we can try to analyze the function's docblock.

@Mysak007 we released the new version 0.3.0 Pay attention, we changed rules for docBlock in: `ContainDocBlockLike` and `NotContainDocBlockLike` Feel free to open new issue about this topic, at the moment...

I can see the correct version. Could it be a cache problem somewhere?

It could be a solution to use PHPUnit built-in instead of Prophecy. In my opinion, it's not clear if they will fix the bug immediately. To change from PHPUnit built-in...