Completed
Pull Request — master (#20)
by Gorka
01:58
created
src/LIN3S/WPFoundation/PostTypes/Fields/Fields.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,8 +57,7 @@
 block discarded – undo
57 57
         $connector = null,
58 58
         $screenAttributesToAdd = [],
59 59
         $screenAttributesToRemove = []
60
-    )
61
-    {
60
+    ) {
62 61
         if ($connector !== null && $connector instanceof FieldConnector) {
63 62
             throw new \Exception('Connector must implement FieldConnector');
64 63
         }
Please login to merge, or discard this patch.