-
Notifications
You must be signed in to change notification settings - Fork 8
Type annotations and use statement doesn't work #27
Comments
I have a method in the Sevenificator to assume this - should probably move On Tue, 30 Jun 2015 at 13:10 Witold Wasiczko notifications@github.com
|
@snapshotpl that's a good catch - I actually wrote tests for this, but I'll obviously need to fix them, as it seems. |
@GeeH I've opened an issue to implement this into Better Reflection |
Thanks for blazing fast reaction! StrictPhp looks very promising |
…orts-do-not-work Hotfix - #27 type annotations for imports do not work
Handled in #29 |
I have code like this:
And an exception will be thrown:
If I change annotation to @var
\Psr\Log\LoggerInterface
checking goes on. I think that checker should using used namespaces to resolve class names.The text was updated successfully, but these errors were encountered: