@@ -8,17 +8,17 @@ |
||
8 | 8 | */ |
9 | 9 | interface LinkableElement |
10 | 10 | { |
11 | - /** |
|
12 | - * @param $entityClass |
|
13 | - * |
|
14 | - * @return bool |
|
15 | - */ |
|
16 | - public function supports($entityClass); |
|
11 | + /** |
|
12 | + * @param $entityClass |
|
13 | + * |
|
14 | + * @return bool |
|
15 | + */ |
|
16 | + public function supports($entityClass); |
|
17 | 17 | |
18 | 18 | /** |
19 | 19 | * @param LinkElementCapableEntity $entity |
20 | 20 | * |
21 | 21 | * @return LinkElementCapableEntity |
22 | 22 | */ |
23 | - public function linkSelf(LinkElementCapableEntity $entity); |
|
23 | + public function linkSelf(LinkElementCapableEntity $entity); |
|
24 | 24 | } |
25 | 25 | \ No newline at end of file |