Returns a boolean that indicates if blocks of code must be wrapped in curly brackets also if they contain only one instruction
bool
public function getAlwaysWrapBlocks() { return $this->alwaysWrapBlocks; }