Fix short array syntax

This commit is contained in:
Kijin Sung 2016-03-17 17:33:58 +09:00
parent 8b55959880
commit 475c8d49a9
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ class Timer
/**
* Timestamps are stored here.
*/
protected static $_timestamps = [];
protected static $_timestamps = array();
/**
* Start a timer.