Skip to content

Commit a34e7db

Browse files
committed
fix sniffs reported by phpcs
1 parent 09025d3 commit a34e7db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

includes/KnowledgeGraph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,4 +1373,4 @@ private static function addInversePropertyToOutput(
13731373
$output['properties'][$inverseKey]['typeLabel'] = $typeLabel;
13741374
$output['properties'][$inverseKey]['isInverse'] = true;
13751375
}
1376-
}
1376+
}

includes/api/KnowledgeGraphApiLoadCategories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,4 @@ public function getExamplesMessages() {
257257
];
258258
}
259259

260-
}
260+
}

includes/api/KnowledgeGraphApiLoadNodes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,4 @@ public function getExamplesMessages() {
220220
];
221221
}
222222

223-
}
223+
}

includes/api/KnowledgeGraphApiLoadProperties.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ public function getExamplesMessages() {
111111
];
112112
}
113113

114-
}
114+
}

0 commit comments

Comments
 (0)