Completed
Push — try/connection-split ( a00efd...77de5e )
by
unknown
66:02 queued 59:08
created
packages/options/src/Manager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -272,7 +272,7 @@
 block discarded – undo
272 272
 	 * This function checks for a constant that, if present, will disable direct DB queries Jetpack uses to manage certain options and force Jetpack to always use Options API instead.
273 273
 	 * Options can be selectively managed via a blacklist by filtering option names via the jetpack_disabled_raw_option filter.
274 274
 	 *
275
-	 * @param $name Option name
275
+	 * @param string $name Option name
276 276
 	 *
277 277
 	 * @return bool
278 278
 	 */
Please login to merge, or discard this patch.