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

generate method typehints with absolute FQCN #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mkoubik
Copy link

@mkoubik mkoubik commented Aug 15, 2016

... so that mocking Foo\Foo class doesn't fail on "Declaration of ... should be compatible with...":

<?php

namespace Foo;

class Bar {}

class Foo
{
    public function something(Bar $param) {}
}

... so that mocking `Foo\Foo` class doesn't fail on "Declaration of ... should be compatible with...":
```php
<?php

namespace Foo;

class Bar {}

class Foo
{
    public function something(Bar $param) {}
}
```
@f3l1x
Copy link
Collaborator

f3l1x commented Mar 15, 2017

@mkoubik Hi. Thank you for the PR. Can you please rebase it?

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