]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/AnnotationBundle/WallabagAnnotationBundle.php
fix incorrect reading time calculation for entries with CJK characters
[github/wallabag/wallabag.git] / src / Wallabag / AnnotationBundle / WallabagAnnotationBundle.php
1 <?php
2
3 namespace Wallabag\AnnotationBundle;
4
5 use Symfony\Component\HttpKernel\Bundle\Bundle;
6
7 class WallabagAnnotationBundle extends Bundle
8 {
9 }