Completed
Push — try/composer-jetpack-logo-depe... ( 8eeb81 )
by
unknown
07:25
created
packages/jetpack-logo/src/Logo.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
 	 *
57 57
 	 * @static
58 58
 	 *
59
-	 * @param string $url Optional custom URL of a Jetpack logo.
59
+	 * @param string $filename
60 60
 	 * @return string The Jetpack logo.
61 61
 	 */
62 62
 	public function render( $filename = null ) {
Please login to merge, or discard this patch.
packages/jetpack-logo/tests/fixtures.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -7,10 +7,17 @@
 block discarded – undo
7 7
 	return $URL;
8 8
 }
9 9
 
10
+/**
11
+ * @param string $string
12
+ * @param string $namespace
13
+ */
10 14
 function esc_attr__( $string, $namespace ) {
11 15
 	return $string;
12 16
 }
13 17
 
18
+/**
19
+ * @param string $path
20
+ */
14 21
 function content_url( $path ) {
15 22
 	return 'https://example.com/wp-content'. $path;
16 23
 }
Please login to merge, or discard this patch.