@@ -16,7 +16,9 @@ |
||
| 16 | 16 | */ |
| 17 | 17 | public function get( $metaKey, array $args = [] ) |
| 18 | 18 | { |
| 19 | - if( empty( $metaKey ))return; |
|
| 19 | + if( empty( $metaKey )) { |
|
| 20 | + return; |
|
| 21 | + } |
|
| 20 | 22 | |
| 21 | 23 | $args = $this->normalize( $args ); |
| 22 | 24 | $metaKey = $this->buildMetaKey( $metaKey, $args['prefix'] ); |