This commit is contained in:
TomasVotruba 2017-10-25 12:08:06 +02:00
parent 9109816d45
commit 46e366db84
3 changed files with 0 additions and 3 deletions

View File

@ -46,7 +46,6 @@ final class SmartClassReflector
return $this->smartClassReflector->reflect($className);
} catch (IdentifierNotFound $identifierNotFoundException) {
return null;
} catch (TypeError $typeError) {
return null;
}

View File

@ -9,7 +9,6 @@ interface PerNodeTypeResolverInterface
public function getNodeClass(): string;
/**
* @param Node $node
* @return string[]
*/
public function resolve(Node $node): array;

View File

@ -97,7 +97,6 @@ final class TypeContext
}
}
/**
* @return string[]
*/