@@ -12,9 +12,9 @@ |
||
12 | 12 | */ |
13 | 13 | class Place extends BaseThing implements PlaceInterface |
14 | 14 | { |
15 | - /** |
|
16 | - * @inheritdoc |
|
17 | - */ |
|
15 | + /** |
|
16 | + * @inheritdoc |
|
17 | + */ |
|
18 | 18 | public function typeDefintion() |
19 | 19 | { |
20 | 20 | return 'Place'; |
@@ -12,9 +12,9 @@ |
||
12 | 12 | */ |
13 | 13 | class Organization extends BaseThing implements OrganizationInterface |
14 | 14 | { |
15 | - /** |
|
16 | - * @inheritdoc |
|
17 | - */ |
|
15 | + /** |
|
16 | + * @inheritdoc |
|
17 | + */ |
|
18 | 18 | public function typeDefintion() |
19 | 19 | { |
20 | 20 | return 'Organization'; |
@@ -12,9 +12,9 @@ |
||
12 | 12 | */ |
13 | 13 | class Person extends BaseThing implements PersonInterface |
14 | 14 | { |
15 | - /** |
|
16 | - * @inheritdoc |
|
17 | - */ |
|
15 | + /** |
|
16 | + * @inheritdoc |
|
17 | + */ |
|
18 | 18 | public function typeDefintion() |
19 | 19 | { |
20 | 20 | return 'Person'; |
@@ -14,11 +14,11 @@ |
||
14 | 14 | */ |
15 | 15 | class Thing extends BaseThing |
16 | 16 | { |
17 | - /** |
|
18 | - * @inheritdoc |
|
19 | - */ |
|
20 | - public function typeDefintion() |
|
21 | - { |
|
22 | - return 'Thing'; |
|
23 | - } |
|
17 | + /** |
|
18 | + * @inheritdoc |
|
19 | + */ |
|
20 | + public function typeDefintion() |
|
21 | + { |
|
22 | + return 'Thing'; |
|
23 | + } |
|
24 | 24 | } |
@@ -12,9 +12,9 @@ |
||
12 | 12 | */ |
13 | 13 | class Event extends BaseThing implements EventInterface |
14 | 14 | { |
15 | - /** |
|
16 | - * @inheritdoc |
|
17 | - */ |
|
15 | + /** |
|
16 | + * @inheritdoc |
|
17 | + */ |
|
18 | 18 | public function typeDefintion() |
19 | 19 | { |
20 | 20 | return 'Event'; |