Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
PHPCBF
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj committed Sep 15, 2022
1 parent 3d47de6 commit 48e4589
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions features/jetpack-crm.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ function ( &$app, $features, $domain ) use ( $defaults ) {
if ( $features['jpcrm-populate-woo-data'] ) {
populate_woo_data();
}

}

},
Expand Down Expand Up @@ -174,7 +173,7 @@ function ( $s ) use ( $cmd ) {
* Populates Jetpack CRM with data from JPCRM SDG.
*/
function populate_crm_data() {
$cmd = "wp jpcrmsdg --objtype=all";
$cmd = 'wp jpcrmsdg --objtype=all';

add_filter(
'jurassic_ninja_feature_command',
Expand All @@ -188,7 +187,7 @@ function ( $s ) use ( $cmd ) {
* Populates Woo with data from JPCRM SDG.
*/
function populate_woo_data() {
$cmd = "wp jpcrmsdg --objtype=woo";
$cmd = 'wp jpcrmsdg --objtype=woo';

add_filter(
'jurassic_ninja_feature_command',
Expand Down
2 changes: 1 addition & 1 deletion lib/stuff.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function require_feature_files() {
* @param string $php_version The PHP version to run the app on.
* @param array $requested_features {
* Array of features to enable.
*
*
* @type boolean $config-constants Should we add the Config Constants plugin to the site?
* @type boolean $auto_ssl Should we add Let's Encrypt-based SSL for the site?
* @type boolean $ssl Should we add the configured SSL certificate for the site?
Expand Down

0 comments on commit 48e4589

Please sign in to comment.