Completed
Push — master ( 367d4a...b87873 )
by Basil
02:39
created
core/web/jsonld/Place.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.
core/web/jsonld/Organization.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.
core/web/jsonld/Person.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.
core/web/jsonld/Thing.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -14,11 +14,11 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
core/web/jsonld/Event.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.