input->hasParameterOption('--teamcity')) { return; } $flowId = getenv('FLOW_ID'); $flowId = is_string($flowId) ? (int) $flowId : getmypid(); new TeamCityLogger( $this->output, new Converter($this->testSuite->rootPath), $flowId === false ? null : $flowId, getenv('COLLISION_IGNORE_DURATION') !== false ); } }