@@ -44,8 +44,7 @@ |
||
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 | } |