@@ -34,25 +34,25 @@ |
||
34 | 34 | */ |
35 | 35 | interface IProviderFactory { |
36 | 36 | |
37 | - /** |
|
38 | - * @param string $id |
|
39 | - * @return IShareProvider |
|
40 | - * @throws ProviderException |
|
41 | - * @since 9.0.0 |
|
42 | - */ |
|
43 | - public function getProvider($id); |
|
37 | + /** |
|
38 | + * @param string $id |
|
39 | + * @return IShareProvider |
|
40 | + * @throws ProviderException |
|
41 | + * @since 9.0.0 |
|
42 | + */ |
|
43 | + public function getProvider($id); |
|
44 | 44 | |
45 | - /** |
|
46 | - * @param int $shareType |
|
47 | - * @return IShareProvider |
|
48 | - * @throws ProviderException |
|
49 | - * @since 9.0.0 |
|
50 | - */ |
|
51 | - public function getProviderForType($shareType); |
|
45 | + /** |
|
46 | + * @param int $shareType |
|
47 | + * @return IShareProvider |
|
48 | + * @throws ProviderException |
|
49 | + * @since 9.0.0 |
|
50 | + */ |
|
51 | + public function getProviderForType($shareType); |
|
52 | 52 | |
53 | - /** |
|
54 | - * @return IShareProvider[] |
|
55 | - * @since 11.0.0 |
|
56 | - */ |
|
57 | - public function getAllProviders(); |
|
53 | + /** |
|
54 | + * @return IShareProvider[] |
|
55 | + * @since 11.0.0 |
|
56 | + */ |
|
57 | + public function getAllProviders(); |
|
58 | 58 | } |