Completed
Push — develop ( 079584...9aa6f3 )
by Paul
02:09
created
src/Helpers/PostMeta.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,9 @@
 block discarded – undo
6 6
 {
7 7
 	public function get( $value, array $args = [] )
8 8
 	{
9
-		if( empty( $value ))return;
9
+		if( empty( $value )) {
10
+			return;
11
+		}
10 12
 
11 13
 		$args = $this->normalize( $args );
12 14
 
Please login to merge, or discard this patch.