Arbit - project tracking

PHPMD

History

Diff

198 199 /source/PHP/PMD/Node/ASTNode.php
90 90 * @param PHP_PMD_AbstractRule $rule The context rule instance.
91 91 *
92 92 * @return boolean
93 + * @SuppressWarnings("PMD.UnusedFormalParameter")
93 94 */
94 95 public function hasSuppressWarningsAnnotationFor(PHP_PMD_AbstractRule $rule)
95 96 {
147 148 {
148 149 return null;
149 150 }
150 -}
151 +}