Skip to content

Commit 1cd6a20

Browse files
Tybazethirsch
andauthored
Remove trailling space
Co-authored-by: Thomas <th@it-solutions-hirsch.de>
1 parent bd6def6 commit 1cd6a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widget/sfWidgetFormTime.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function render($name, $value = null, $attributes = array(), $errors = ar
7272
}
7373
else
7474
{
75-
$value = ctype_digit( (string) $value) ? (integer) $value : strtotime( (string) $value);
75+
$value = ctype_digit((string) $value) ? (integer) $value : strtotime((string) $value);
7676
if (false === $value)
7777
{
7878
$value = $default;

0 commit comments

Comments
 (0)