Test Failed
Push — master ( bfd8bd...f36f28 )
by ANDRE
03:31 queued 13s
created
src/class-simple-featured-image-column.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 				$columns = array();
48 48
 			}
49 49
 			$new = array();
50
-			foreach ($columns as $key => $title){
50
+			foreach ($columns as $key => $title) {
51 51
 				if ($key == 'title') {
52 52
 					$new['featured-image'] = /** @scrutinizer ignore-call */ __('Image', 'wordpress');
53 53
 				}
Please login to merge, or discard this patch.