Open Journal Systems  3.3.0
RangeDelimiterTrait.php
1 <?php
2 /*
3  * citeproc-php
4  *
5  * @link http://github.com/seboettg/citeproc-php for the source repository
6  * @copyright Copyright (c) 2016 Sebastian Böttger.
7  * @license https://opensource.org/licenses/MIT
8  */
9 
10 namespace Seboettg\CiteProc\Styles;
11 
17 trait RangeDelimiterTrait
18 {
19 }
Seboettg\CiteProc\Styles
Definition: AffixesTrait.php:10