Completed
Push — add/rest-site-checklist-comple... ( 1746fa )
by
unknown
08:15 queued 01:35
created
sal/class.json-api-site-base.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.