Florent Denis

Results 2 comments of Florent Denis

For performance : ``` php return isset($this->properties[$name]) || array_key_exists($name, $this->properties); ```

Possibly disable the check content-type is better ? ``` php EntryPoint::$contentType = false; ```