Completed
Push — phpcs/sync/src/Functions ( 947ce0 )
by
unknown
15:22 queued 08:48
created
packages/sync/src/Functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -380,7 +380,7 @@
 block discarded – undo
380 380
 	 *
381 381
 	 * @param string   $option Option value from the site.
382 382
 	 * @param callable $url_function Function retrieving the URL to normalize.
383
-	 * @return mixed|string URL.
383
+	 * @return callable URL.
384 384
 	 */
385 385
 	public static function normalize_www_in_url( $option, $url_function ) {
386 386
 		$url        = wp_parse_url( call_user_func( $url_function ) );
Please login to merge, or discard this patch.