name)) { $failures[] = 'Name not found'; } if ($this->name == "standard") { $failures[] = 'Name set to "standard" - needs attention'; } if (empty($this->package)) { $failures[] = 'Package not found'; } return $failures; } }