MediaWiki  REL1_24
FakeDiffOp.php
Go to the documentation of this file.
00001 <?php
00002 
00006 class FakeDiffOp extends DiffOp {
00007 
00008     public function reverse() {
00009         return null;
00010     }
00011 }