Is there a way to ignore this PhpStorm region code in a versioning code :
//region Constructor
/**
* Constructor
*/
public function __construct()
{
$this->groups = new ArrayCollection;
}
//endregion
For resume just this 2 comment must be ignored :
//region ***********
//endregion
Region is a very useful for work but this is a IDE code which don't must in final versioning code. There is a way to use this with transparent method ? (Versioning code like SVN or Git)