$value) { if (in_array($property, $skip)) { continue; } if ($value === null) { $this->fail('Property '.basename($annotation).'->'.$property.' should be DEFINED'); } } } }