Skip to content

Commit aef88f0

Browse files
Copilotswissspidy
andcommitted
Fix PHPCS alignment issues for variable assignments
Co-authored-by: swissspidy <[email protected]>
1 parent c2537b0 commit aef88f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Plugin_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ public function install( $args, $assoc_args ) {
11081108
* @param array $assoc_args Associative arguments.
11091109
*/
11101110
private function install_with_dependencies( $args, $assoc_args ) {
1111-
$all_to_install = [];
1111+
$all_to_install = [];
11121112
$installed_tracker = [];
11131113

11141114
// Remove with-dependencies from assoc_args to avoid infinite recursion
@@ -1514,7 +1514,7 @@ public function install_dependencies( $args, $assoc_args ) {
15141514
$file = $plugin->file;
15151515

15161516
// Get dependencies from plugin header
1517-
$plugin_data = get_plugin_data( WP_PLUGIN_DIR . '/' . $file, false, false );
1517+
$plugin_data = get_plugin_data( WP_PLUGIN_DIR . '/' . $file, false, false );
15181518
$dependencies = [];
15191519

15201520
if ( ! empty( $plugin_data['RequiresPlugins'] ) ) {

0 commit comments

Comments
 (0)