Skip to content

Commit

Permalink
This may be a Kronolith_Driver_Resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 7, 2016
1 parent e5ea329 commit a1aa311
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kronolith/lib/Event/Sql.php
Expand Up @@ -22,12 +22,12 @@ class Kronolith_Event_Sql extends Kronolith_Event
/**
* Constructor.
*
* @param Kronolith_Driver_Sql $driver The backend driver that this event
* is stored in.
* @param mixed $eventObject Backend specific event object
* that this will represent.
* @param Kronolith_Driver $driver The backend driver that this event
* is stored in.
* @param mixed $eventObject Backend specific event object
* that this will represent.
*/
public function __construct(Kronolith_Driver_Sql $driver, $eventObject = null)
public function __construct(Kronolith_Driver $driver, $eventObject = null)
{
/* Set default alarm value. */
if (isset($GLOBALS['prefs'])) {
Expand Down

0 comments on commit a1aa311

Please sign in to comment.