Skip to content
Snippets Groups Projects
Commit 6bd76378 authored by vasili.guruli's avatar vasili.guruli
Browse files

Update doc comment

parent e8e384d4
No related branches found
No related tags found
1 merge request!19Feature/minimum plugin version check demo1
Pipeline #9962 passed with warnings
...@@ -306,7 +306,7 @@ ...@@ -306,7 +306,7 @@
/** /**
* Check the plugins directory and retrieve all plugin files with plugin data. * Check the plugins directory and retrieve all plugin files with plugin data.
* *
* @return array * @return array In format [ 'plugindir/pluginfile.php' => ['Name' => 'Plugin Name', 'Version' => '1.0.1', ...], ]
*/ */
private static function retrieve_plugins_data_in_transient() { private static function retrieve_plugins_data_in_transient() {
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
/** /**
* Check the plugins directory and retrieve all required plugin files with plugin data. * Check the plugins directory and retrieve all required plugin files with plugin data.
* *
* @return array * @return array In format [ 'plugindir/pluginfile.php' => ['Name' => 'Plugin Name', 'Version' => '1.0.1', 'required_version' => '1.0.2']... ]
*/ */
private function retrieve_required_plugins_data() { private function retrieve_required_plugins_data() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment