Skip to content

Commit

Permalink
CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Nov 3, 2024
1 parent d1562aa commit bd93106
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .tests/php/unit/Settings/IntegrationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -749,10 +749,14 @@ public function test_get_activation_stati(): void {
/**
* Test process_plugins() with deactivation.
*
* @param bool $is_multisite Is multisite.
* @param bool $is_network_wide Is network wide.
*
* @return void
* @noinspection PhpConditionAlreadyCheckedInspection
* @dataProvider dp_test_process_deactivate_plugins
*/
public function test_process_deactivate_plugins( $is_multisite, $is_network_wide ): void {
public function test_process_deactivate_plugins( bool $is_multisite, bool $is_network_wide ): void {
$activate = false;
$plugins = [ 'acf-extended-pro/acf-extended.php', 'acf-extended/acf-extended.php' ];
$plugin_name = 'ACF Extended';
Expand Down Expand Up @@ -952,7 +956,6 @@ static function ( $thing ) {
*
* @return void
* @dataProvider dp_test_activate_plugins_with_plugins_tree
* @throws ReflectionException ReflectionException.
* @noinspection PhpMissingParamTypeInspection
*/
public function test_activate_plugins_with_plugins_tree( $wish_result, $woo_result, bool $expected ): void {
Expand Down

0 comments on commit bd93106

Please sign in to comment.