Skip to content

Commit 2ea2b50

Browse files
committed
Fix PHPDoc for PluginFileProblem and PluginProblem
1 parent c1edceb commit 2ea2b50

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/Analysis/Problem/Bukkit/PluginFileProblem.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
* Class PluginFileProblem
1111
*
1212
* Represents a problem with a Bukkit plugin file and provides:
13-
* - The file path
14-
* - PluginInstallDifferentVersionSolution and PluginRemoveFileSolution
15-
* and extends the BukkitPluginProblem.
13+
* - The plugins' file path {@see PluginFileProblem::getPluginFilePath()}
14+
* - {@link PluginInstallDifferentVersionSolution} and {@link FileDeleteSolution}
15+
* - All features from {@link PluginProblem} (extends {@link PluginProblem})
1616
*
1717
* @package Aternos\Codex\Minecraft\Analysis\Problem\Bukkit
1818
*/

src/Analysis/Problem/Bukkit/PluginProblem.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* Class PluginProblem
1111
*
1212
* Represents a problem with a Bukkit plugin and provides:
13-
* - The plugin name
14-
* - PluginInstallDifferentVersionSolution and PluginRemoveSolution
15-
* - Utility function to correct the plugin path
16-
* - Utility function to extract the plugin name (without the file extension) from a plugin path
17-
* - Utility function to extract the file name (with the file extension) from a plugin path
13+
* - The plugin name {@see PluginProblem::getPluginName()}
14+
* - {@link PluginInstallDifferentVersionSolution} and {@link PluginRemoveSolution}
15+
* - Utility function to correct the plugin path {@see PluginProblem::correctPluginPath()}
16+
* - Utility function to extract the plugin name (without the file extension) from a plugin path {@see PluginProblem::extractPluginName()}
17+
* - Utility function to extract the file name (with the file extension) from a plugin path {@see PluginProblem::extractPluginFileName()}
1818
*
1919
* @package Aternos\Codex\Minecraft\Analysis\Problem\Bukkit
2020
*/

0 commit comments

Comments
 (0)