@@ -35,7 +35,7 @@ |
||
35 | 35 | private $repositories = array(); |
36 | 36 | |
37 | 37 | /** |
38 | - * @param APIGuzzleAdapter $v1Adapter |
|
38 | + * @param APIGuzzleAdapter $adapter |
|
39 | 39 | * @param LoggerInterface $logger |
40 | 40 | */ |
41 | 41 | public function __construct( |
@@ -133,7 +133,6 @@ |
||
133 | 133 | * |
134 | 134 | * @param string $endpoint |
135 | 135 | * @param EventSubscriberInterface[] $plugins |
136 | - * @param int $endpointVersion |
|
137 | 136 | * @return static |
138 | 137 | */ |
139 | 138 | public static function create( |
@@ -129,7 +129,7 @@ |
||
129 | 129 | */ |
130 | 130 | public function getFacets() |
131 | 131 | { |
132 | - if (! isset($this->source->facets)) { |
|
132 | + if (!isset($this->source->facets)) { |
|
133 | 133 | $this->facets = new ArrayCollection(); |
134 | 134 | } |
135 | 135 |