TYPO3  7.6
Word.php
Go to the documentation of this file.
1 <?php
2 
19 namespace cogpowered\FineDiff\Granularity;
20 
22 
26 class Word extends Granularity
27 {
28  protected $delimiters = array(
32  );
33 }