forked from wallabag/wallabag
CS
This commit is contained in:
@ -51,6 +51,7 @@ twig:
|
|||||||
form:
|
form:
|
||||||
resources:
|
resources:
|
||||||
- LexikFormFilterBundle:Form:form_div_layout.html.twig
|
- LexikFormFilterBundle:Form:form_div_layout.html.twig
|
||||||
|
|
||||||
# Assetic Configuration
|
# Assetic Configuration
|
||||||
assetic:
|
assetic:
|
||||||
debug: "%kernel.debug%"
|
debug: "%kernel.debug%"
|
||||||
|
|||||||
@ -28,7 +28,7 @@ class Utils
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* For a given text, we calculate reading time for an article
|
* For a given text, we calculate reading time for an article
|
||||||
* based on 200 words per minute
|
* based on 200 words per minute.
|
||||||
*
|
*
|
||||||
* @param $text
|
* @param $text
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user