Coding Standards: Correct alignment in various files.

This fixes an `Equals sign not aligned correctly` WPCS warning.

Additionally, this commit sets the `svn:eol-style` property for the `phpunit/tests/ajax/wpAjaxCropImage.php` file and corrects line endings, so that the output of `composer format` is clean.

Follow-up to [53027], [53217], [53404].

Props hellofromTonya, SergeyBiryukov.
See #55647.
Built from https://develop.svn.wordpress.org/trunk@53441


git-svn-id: http://core.svn.wordpress.org/trunk@53030 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-05-23 20:40:14 +00:00
parent 653a3af0d4
commit d0e055e68f
4 changed files with 5 additions and 4 deletions

View File

@ -104,6 +104,7 @@ final class WP_Block_Patterns_Registry {
$pattern_properties,
array( 'name' => $pattern_name )
);
$this->registered_patterns[ $pattern_name ] = $pattern;
// If the pattern is registered inside an action other than `init`, store it

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53439';
$wp_version = '6.1-alpha-53441';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.