Doc-comments: Use consistent style

This commit is contained in:
Jakub Vrana
2025-03-22 21:04:58 +01:00
parent 9b162e8291
commit e0dde9034f
7 changed files with 11 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ if (isset($_GET["elastic"])) {
return $return;
}
/** Performs query relative to actual selected DB
/** Perform query relative to actual selected DB
* @param string $path
* @param array|null $content
* @param string $method

View File

@@ -1,6 +1,6 @@
<?php
/** Exports one database (e.g. development) so that it can be synced with other database (e.g. production)
/** Export one database (e.g. development) so that it can be synced with other database (e.g. production)
* @link https://www.adminer.org/plugins/#use
* @author Jakub Vrana, https://www.vrana.cz/
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0