Suppress PhanParamSignatureRealMismatchParamType on classes affected by new RL namespace
There is an alias, so there shouldn't be a problem in production. Phan raises a spurious warning when the target version is PHP 7.2. Bug: T308443 Change-Id: I75f1a1bd113a18c40236bd622b0eb76743432ceb
This commit is contained in:
committed by
jenkins-bot
parent
28540535b3
commit
3524e733b9
@@ -48,6 +48,7 @@ class ResourceLoaderULSModule extends ResourceLoaderModule {
|
||||
}
|
||||
|
||||
/**
|
||||
* @suppress PhanParamSignatureRealMismatchParamType, UnusedSuppression -- T308443
|
||||
* @param ResourceLoaderContext $context
|
||||
* @return string JavaScript code
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user