@@ -54,7 +54,7 @@ |
||
| 54 | 54 | if (is_array($metadataGroups) && empty($metadataGroups)) { |
| 55 | 55 | return true; |
| 56 | 56 | } |
| 57 | - if (!empty($this->groups) && array_intersect(array_keys($this->groups), $metadataGroups)) { |
|
| 57 | + if ( ! empty($this->groups) && array_intersect(array_keys($this->groups), $metadataGroups)) { |
|
| 58 | 58 | return true; |
| 59 | 59 | } |
| 60 | 60 | |
@@ -47,7 +47,8 @@ |
||
| 47 | 47 | * @param $metadataGroups |
| 48 | 48 | * @return bool |
| 49 | 49 | */ |
| 50 | - private function shouldSkipGroup($metadataGroups) { |
|
| 50 | + private function shouldSkipGroup($metadataGroups) |
|
| 51 | + { |
|
| 51 | 52 | if (false === $metadataGroups) { |
| 52 | 53 | return false; |
| 53 | 54 | } |