eloquent / typhoon

Simple, flexible type-checking for PHP.
MIT License
5 stars 0 forks source link

Check command produces duplicate error message. #106

Open jmalloc opened 11 years ago

jmalloc commented 11 years ago

Source:

public function __construct()
{
    parent::__construct();

    $this->typeCheck = TypeCheck::get(__CLASS__, func_get_args());
}

Output:

[General]                                             
    - Incorrect or missing constructor initialization.
    - Incorrect or missing constructor initialization.