Remove swear words from source code
This commit is contained in:
parent
9de8b6634c
commit
577bbf14b6
10 changed files with 22 additions and 26 deletions
|
@ -1017,7 +1017,7 @@ class Application_Service_HistoryService
|
|||
TEMPLATE_TIME => "strval",
|
||||
TEMPLATE_DATETIME => "strval",
|
||||
TEMPLATE_STRING => "strval",
|
||||
TEMPLATE_BOOLEAN => "intval", //boolval only exists in php 5.5+ wtf?
|
||||
TEMPLATE_BOOLEAN => "intval", //boolval only exists in php 5.5+
|
||||
TEMPLATE_INT => "intval",
|
||||
TEMPLATE_FLOAT => "floatval",
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue