| @@ -11,13 +11,13 @@ | ||
| 11 | 11 | } |
| 12 | 12 | |
| 13 | 13 | class Steps extends Endpoint_Base { |
| 14 | 14 | |
| 15 | - public function get_name(): string { | |
| 15 | + public function get_name() : string { | |
| 16 | 16 | return 'steps'; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | - public function get_format(): string { | |
| 19 | + public function get_format() : string { | |
| 20 | 20 | return 'checklist'; |
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | public function get_items( $request ) { |