Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
[fix] PHP 5.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJuliuss committed Nov 18, 2013
1 parent a9fafc0 commit 17ce12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Validators/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ abstract class Validator {

protected $level;

public static $rules = [];
public static $rules = array();

public function __construct($data = null, $level = null)
{
Expand Down

0 comments on commit 17ce12c

Please sign in to comment.