mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-23 11:14:38 +01:00
fix cs
This commit is contained in:
parent
9109816d45
commit
46e366db84
@ -46,7 +46,6 @@ final class SmartClassReflector
|
||||
return $this->smartClassReflector->reflect($className);
|
||||
} catch (IdentifierNotFound $identifierNotFoundException) {
|
||||
return null;
|
||||
|
||||
} catch (TypeError $typeError) {
|
||||
return null;
|
||||
}
|
||||
|
@ -9,7 +9,6 @@ interface PerNodeTypeResolverInterface
|
||||
public function getNodeClass(): string;
|
||||
|
||||
/**
|
||||
* @param Node $node
|
||||
* @return string[]
|
||||
*/
|
||||
public function resolve(Node $node): array;
|
||||
|
@ -97,7 +97,6 @@ final class TypeContext
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return string[]
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user