Passed
Push — master ( 928391...3be021 )
by Mike
04:22
created
src/Controllers/Version4/Utilities/ThemeInformation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 						$outdated_templates = true;
72 72
 					}
73 73
 				}
74
-				$override_files[] = array(
74
+				$override_files[ ] = array(
75 75
 					'file'         => str_replace( WP_CONTENT_DIR . '/themes/', '', $theme_file ),
76 76
 					'version'      => $theme_version,
77 77
 					'core_version' => $core_version,
Please login to merge, or discard this patch.