Make WordPress Core

Changeset 44745


Ignore:
Timestamp:
02/14/2019 12:47:21 AM (5 years ago)
Author:
peterwilsoncc
Message:

Build: Fix formatting issues introduced in [44740].

Merges [44744] to the 5.1 branch.
See #46218.

Location:
branches/5.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.1

    • Property svn:mergeinfo changed
      /trunk (added)merged: 44744
  • branches/5.1/tests/phpunit/tests/dependencies/scripts.php

    r44740 r44745  
    13461346        $all_files = new RecursiveIteratorIterator( new RecursiveDirectoryIterator( dirname( ABSPATH ) . '/build/' ) );
    13471347        $js_files  = new RegexIterator( $all_files, '/\.js$/' );
    1348         foreach( $js_files as $js_file ) {
     1348        foreach ( $js_files as $js_file ) {
    13491349            $contents = trim( file_get_contents( $js_file ) );
    13501350
Note: See TracChangeset for help on using the changeset viewer.