@return array{pen: Pen, pencil: Pencil, active: bool} */
()
| 1309 | |
| 1310 | /** @return array{pen: Pen, pencil: Pencil, active: bool} */ |
| 1311 | public function getToolKit(): array { return []; } |
| 1312 | |
| 1313 | /** @return object{name: string, age: int, active: bool} */ |
| 1314 | public function getProfile(): object { return (object) []; } |