Passed
Push — master ( 510e0e...2d2242 )
by Paul
02:20
created
src/PostMeta.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,9 @@
 block discarded – undo
8 8
 {
9 9
 	public function get( $metaKey, array $args = [] )
10 10
 	{
11
-		if( empty( $metaKey ))return;
11
+		if( empty( $metaKey )) {
12
+			return;
13
+		}
12 14
 
13 15
 		$args = $this->normalize( $args );
14 16
 		$metaKey = $this->buildMetaKey( $metaKey, $args['prefix'] );
Please login to merge, or discard this patch.