Completed
Pull Request — dev (#13)
by Konstantin
02:01
created
src/entities/LinkableElement.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -8,17 +8,17 @@
 block discarded – undo
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
Please login to merge, or discard this patch.