X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FfindDeprecated.php;h=6128d2386deacc376005eb46ac5f12df82e9df0b;hb=7453c38773be43e919b93cd8272a3df8cf4a6ece;hp=94b7fb4429222c1808506e1abc8c14a3542dec55;hpb=c1efb8dfee7f57dc680df42980b7df4f636b5560;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/findDeprecated.php b/maintenance/findDeprecated.php index 94b7fb4429..6128d2386d 100644 --- a/maintenance/findDeprecated.php +++ b/maintenance/findDeprecated.php @@ -69,6 +69,8 @@ class DeprecatedInterfaceFinder extends FileAwareNodeVisitor { /** * Check whether a function or method includes a call to wfDeprecated(), * indicating that it is a hard-deprecated interface. + * @param PhpParser\Node $node + * @return bool */ public function isHardDeprecated( PhpParser\Node $node ) { if ( !$node->stmts ) {