| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 18 | class ApiClientDraft extends JsonObject |
||
| 19 | { |
||
| 20 | 3 | public function fieldDefinitions() |
|
| 25 | ]; |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param string $name |
||
| 30 | * @param string $scope |
||
| 31 | * @param Context|callable $context |
||
| 32 | * @return ApiClientDraft |
||
| 33 | */ |
||
| 34 | 1 | public static function ofNameAndScope($name, $scope, $context = null) |
|
| 39 |