Covi
Results
1
issues of
Covi
Hi, a small suggestion; instead this: ``` $this->types = array('post', 'page'); if (is_array($arr)) { foreach ($arr as $n => $v) { $this->$n = $v; } } ``` You can use...
improvement