Test Failed
Pull Request — master (#7)
by Alain
09:41
created
src/DependencyManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -342,7 +342,7 @@
 block discarded – undo
342 342
 	protected function maybe_localize( $dependency, $context ) {
343 343
 		static $already_localized = [];
344 344
 		if ( ! array_key_exists( 'localize', $dependency )
345
-		     || array_key_exists( $dependency['handle'], $already_localized ) ) {
345
+			 || array_key_exists( $dependency['handle'], $already_localized ) ) {
346 346
 			return;
347 347
 		}
348 348
 
Please login to merge, or discard this patch.