mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 19:02:14 +09:00
Fix short array syntax
This commit is contained in:
parent
8b55959880
commit
475c8d49a9
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ class Timer
|
|||
/**
|
||||
* Timestamps are stored here.
|
||||
*/
|
||||
protected static $_timestamps = [];
|
||||
protected static $_timestamps = array();
|
||||
|
||||
/**
|
||||
* Start a timer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue