| 1 | <?php |
||
| 21 | class CheckPlatformData |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * checks if platform properties are set inside a properties array |
||
| 25 | * |
||
| 26 | * @param array $properties |
||
| 27 | * @param string $message |
||
| 28 | * |
||
| 29 | * @throws \LogicException |
||
| 30 | * |
||
| 31 | * @return void |
||
| 32 | */ |
||
| 33 | 8 | public function check(array $properties, string $message) : void |
|
| 48 | } |
||
| 49 |