Make WordPress Core


Ignore:
Timestamp:
11/06/2020 04:39:51 PM (4 years ago)
Author:
desrosj
Message:

Build Tools: Fix running installing Composer dependencies using Composer 2.0.

This updates the dealerdirect/phpcodesniffer-composer-installer package to allow installing version 0.7.0 which supports Composer 2.0.

It also includes several minor spacing/alignment coding standards fixes that are made as a result of the package update.

Props itowhid06, jrf.
Merges [49306] to the 5.1 branch.
See #51624, #48301.

Location:
branches/5.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.1

  • branches/5.1/src/wp-includes/class-wp-customize-widgets.php

    r43571 r49516  
    18581858        ob_start();
    18591859        dynamic_sidebar( $this->rendering_sidebar_id = $context['sidebar_id'] );
    1860         $container                                   = ob_get_clean();
     1860        $container = ob_get_clean();
    18611861
    18621862        // Reset variables for next partial render.
Note: See TracChangeset for help on using the changeset viewer.