From 50c7922098cd5b853a43c3e2e9505c4c9224c6ab Mon Sep 17 00:00:00 2001 From: Steve Seear Date: Mon, 28 Oct 2019 19:49:56 +0000 Subject: [PATCH] Missing comma --- bin/phpcs-whitelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/phpcs-whitelist.js b/bin/phpcs-whitelist.js index 65652601a5830..936139a220d8e 100644 --- a/bin/phpcs-whitelist.js +++ b/bin/phpcs-whitelist.js @@ -15,7 +15,7 @@ module.exports = [ '_inc/lib/core-api/wpcom-endpoints/memberships.php', '_inc/lib/debugger/', '_inc/lib/plans.php', - 'json-endpoints/jetpack/class-jetpack-json-api-delete-backup-helper-script-endpoint.php' + 'json-endpoints/jetpack/class-jetpack-json-api-delete-backup-helper-script-endpoint.php', 'json-endpoints/jetpack/class-jetpack-json-api-install-backup-helper-script-endpoint.php', 'load-jetpack.php', 'modules/masterbar/',