Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. namespace PHPMD\Rule\CleanCode;
  3. use PHPMD\AbstractNode;
  4. use PHPMD\AbstractRule;
  5. use PHPMD\Rule\FunctionAware;
  6.  
  7. class ErrorControlOperator extends AbstractRule implements FunctionAware
  8. {
  9. public function apply(AbstractNode $node)
  10. {
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement