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