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