Completed
Push — master ( 5a8fbc...eea109 )
by Mike
02:59
created
includes/class-connection-test.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 	 *
25 25
 	 * @see check_admin_page, check_airplane_mode, check_internet, check_splashbase
26 26
 	 *
27
-	 * @return boolean Status of connection to Internet/Splashbase.
27
+	 * @return null|boolean Status of connection to Internet/Splashbase.
28 28
 	 */
29 29
 	public function test(){
30 30
 
Please login to merge, or discard this patch.
includes/class-metabox-types.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -306,6 +306,9 @@
 block discarded – undo
306 306
 
307 307
 	}
308 308
 
309
+	/**
310
+	 * @param string $source
311
+	 */
309 312
 	private function add_source( $fields, $source ){
310 313
 
311 314
 		if ( empty( $fields ) || empty( $source ) ){
Please login to merge, or discard this patch.