Test Failed
Push — master ( 7d4916...b2ad12 )
by Alain
01:54
created
src/AbstractDependencyHandler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 	 */
61 61
 	public function enqueue( $args = null ) {
62 62
 		if ( array_key_exists( 'handle', $args )
63
-		     && $this->is_enqueued( $args['handle'] ) ) {
63
+			 && $this->is_enqueued( $args['handle'] ) ) {
64 64
 			return;
65 65
 		}
66 66
 
Please login to merge, or discard this patch.