From bf705d99e6e938cf4fbf0b8ca4794b68b5817736 Mon Sep 17 00:00:00 2001 From: Jake Spurlock Date: Thu, 23 Sep 2021 20:33:57 +0000 Subject: [PATCH] Coding Standards: Fix the alignment of the array. Unprops: whyisjake. See [51855]. git-svn-id: https://develop.svn.wordpress.org/trunk@51856 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/multisite/msPermalinkCollision.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/tests/multisite/msPermalinkCollision.php b/tests/phpunit/tests/multisite/msPermalinkCollision.php index 1a8c25a75c..1471eb9e5e 100644 --- a/tests/phpunit/tests/multisite/msPermalinkCollision.php +++ b/tests/phpunit/tests/multisite/msPermalinkCollision.php @@ -27,9 +27,9 @@ if ( is_multisite() ) : self::$root_page = self::factory()->post->create_and_get( array( - 'post_type' => 'page', - 'post_title' => 'Bar', - 'post_name' => self::$post_and_blog_path, + 'post_type' => 'page', + 'post_title' => 'Bar', + 'post_name' => self::$post_and_blog_path, ) );