Completed
Pull Request — master (#24)
by Gorka
15:08
created
src/LIN3S/WPFoundation/PostTypes/Fields/Fields.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,7 @@
 block discarded – undo
44 44
     public function __construct(
45 45
         $components = [],
46 46
         $connector = null
47
-    )
48
-    {
47
+    ) {
49 48
         if ($connector !== null && !$connector instanceof FieldConnector) {
50 49
             throw new \Exception('Connector must implement FieldConnector');
51 50
         }
Please login to merge, or discard this patch.