mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
Add more type hints and work on some code formatting
This commit is contained in:
parent
06b82cdaaa
commit
c3c588cc1b
35 changed files with 343 additions and 167 deletions
|
@ -37,7 +37,7 @@ else{
|
|||
}
|
||||
}
|
||||
|
||||
$digits = str_split(str_pad($current, 3, "0", STR_PAD_LEFT))
|
||||
$digits = str_split(str_pad((string)$current, 3, "0", STR_PAD_LEFT))
|
||||
?>
|
||||
<aside class="donation counter closable">
|
||||
<? if($autoHide){ ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue