| Total Complexity | 3 | 
| Total Lines | 47 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 16 | class EdgeAccounts extends Mapper  | 
            ||
| 17 | { | 
            ||
| 18 | const FOLLOWERS_ENVELOPE = 'data.user.edge_followed_by';  | 
            ||
| 19 | |||
| 20 | protected $envelope = self::FOLLOWERS_ENVELOPE;  | 
            ||
| 21 | |||
| 22 | public function __construct(string $envelope = self::FOLLOWERS_ENVELOPE)  | 
            ||
| 23 |     { | 
            ||
| 24 | $this->setEnvelope($envelope);  | 
            ||
| 25 | }  | 
            ||
| 26 | |||
| 27 | public function setEnvelope($key)  | 
            ||
| 30 | }  | 
            ||
| 31 | |||
| 32 | /**  | 
            ||
| 33 | * @inheritDoc  | 
            ||
| 34 | */  | 
            ||
| 35 | public function config(): array  | 
            ||
| 63 | ],  | 
            ||
| 64 | ],  | 
            ||
| 68 | }  |