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