We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36e7e9 commit 88cb70eCopy full SHA for 88cb70e
wcfsetup/install/files/lib/system/interaction/IInteraction.class.php
@@ -25,7 +25,7 @@ public function render(DatabaseObject $object): string;
25
public function renderInitialization(string $containerId): ?string;
26
27
/**
28
- * Returns true if this interaction is available for the given object
+ * Returns true if this interaction is available for the given object.
29
*/
30
public function isAvailable(DatabaseObject $object): bool;
31
0 commit comments