@@ -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( |