We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 14 | class EdgeBuilder |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param int $offset |
||
| 18 | * @param mixed $node |
||
| 19 | * |
||
| 20 | * @return Edge |
||
| 21 | */ |
||
| 22 | 27 | public static function create($offset, $node) |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @param array $slice |
||
| 29 | * @param int $startOffset |
||
| 30 | * |
||
| 31 | * @return Edge[] |
||
| 32 | */ |
||
| 33 | 29 | public static function createCollection($slice, $startOffset = 0) |
|
| 43 | } |
||
| 44 |