@@ -16,6 +16,9 @@ discard block |
||
16 | 16 | public $blog_id; |
17 | 17 | public $platform; |
18 | 18 | |
19 | + /** |
|
20 | + * @param WPORG_Platform $platform |
|
21 | + */ |
|
19 | 22 | public function __construct( $blog_id, $platform ) { |
20 | 23 | $this->blog_id = $blog_id; |
21 | 24 | $this->platform = $platform; |
@@ -662,7 +665,7 @@ discard block |
||
662 | 665 | /** |
663 | 666 | * Determines if the site setup checklist has been completed. |
664 | 667 | * |
665 | - * @return bool Whether the checklist is complete. |
|
668 | + * @return boolean|null Whether the checklist is complete. |
|
666 | 669 | */ |
667 | 670 | public function is_checklist_complete() { |
668 | 671 | return null; |