- if ( isset( $warnings ) ) return $warnings; + if ( isset( $warnings ) ) { + return $warnings; + }
The last two lines are indented with spaces instead of tabs.
Was fixed in r69777.