Completed
Push — master ( 99bbd9...6ab302 )
by Askupa
01:25
created
Manager.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -105,8 +105,7 @@  discard block
 block discarded – undo
105 105
             try
106 106
             {
107 107
                 return $this->get_field_value_for_parent($parent_slug, $field_name);
108
-            }
109
-            catch(\RuntimeException $e)
108
+            } catch(\RuntimeException $e)
110 109
             {
111 110
                 continue;
112 111
             }
@@ -132,8 +131,7 @@  discard block
 block discarded – undo
132 131
                 $component = $cp->get_component($field_name);
133 132
                 $value = \get_option($field_name, $component->default);
134 133
                 return $value;
135
-            }
136
-            catch(\RuntimeException $e)
134
+            } catch(\RuntimeException $e)
137 135
             {
138 136
                 continue;
139 137
             }
Please login to merge, or discard this patch.