change owner group of file to given group
int $group:
$this
Overrides vfsStreamContent::chgrp
public function chgrp($group) { $this->group = $group; $this->lastAttributeModified = time(); return $this; }