@@ -45,8 +45,7 @@ |
||
45 | 45 | $name = '', |
46 | 46 | $components = [], |
47 | 47 | $connector = null |
48 | - ) |
|
49 | - { |
|
48 | + ) { |
|
50 | 49 | if ($connector !== null && !$connector instanceof FieldConnector) { |
51 | 50 | throw new \Exception('Connector must implement FieldConnector'); |
52 | 51 | } |