Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/Analyser/ArclightAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Analysis\Information\Arclight\ArclightVersionInformation;

/**
* Class ArclightAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class ArclightAnalyser extends ForgeBukkitHybridAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/BedrockAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
use Aternos\Codex\Minecraft\Analysis\Problem\Bedrock\BedrockAuthenticationWhitelistProblem;
use Aternos\Codex\Minecraft\Analysis\Problem\Bedrock\BedrockDBStorageChainProblem;

/**
* Class BedrockAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class BedrockAnalyser extends MinecraftAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/BedrockContentAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

namespace Aternos\Codex\Minecraft\Analyser;

/**
* Class BedrockContentAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class BedrockContentAnalyser extends MinecraftAnalyser
{

Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/BukkitAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
use Aternos\Codex\Minecraft\Analysis\Problem\Bukkit\UnsupportedClassVersionProblem;
use Aternos\Codex\Minecraft\Analysis\Problem\Bukkit\WorldDuplicateProblem;

/**
* Class BukkitAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class BukkitAnalyser extends VanillaAnalyser
{
/**
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/BungeeCordAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

namespace Aternos\Codex\Minecraft\Analyser;

/**
* Class BungeeCordAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class BungeeCordAnalyser extends MinecraftAnalyser
{
}
5 changes: 0 additions & 5 deletions src/Analyser/FabricAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
use Aternos\Codex\Minecraft\Analysis\Problem\Fabric\FabricMixinProblem;
use Aternos\Codex\Minecraft\Analysis\Problem\Fabric\FabricModDependencyProblem;

/**
* Class FabricAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class FabricAnalyser extends VanillaAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/FoliaAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Analysis\Problem\Folia\PluginRegionalTickingProblem;

/**
* Class FoliaAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class FoliaAnalyser extends PaperAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/ForgeAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
use Aternos\Codex\Minecraft\Analysis\Problem\Forge\WorldMissingModProblem;
use Aternos\Codex\Minecraft\Analysis\Problem\Forge\WorldModVersionProblem;

/**
* Class ForgeAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class ForgeAnalyser extends VanillaAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/ForgeBukkitHybridAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

namespace Aternos\Codex\Minecraft\Analyser;

/**
* Class ForgeBukkitHybridAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
abstract class ForgeBukkitHybridAnalyser extends ForgeAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/MagmaAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Analysis\Information\Magma\MagmaVersionInformation;

/**
* Class MagmaAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class MagmaAnalyser extends ForgeBukkitHybridAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/MinecraftAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Analyser\PatternAnalyser;

/**
* Class MinecraftAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
abstract class MinecraftAnalyser extends PatternAnalyser
{
}
5 changes: 0 additions & 5 deletions src/Analyser/MohistAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
use Aternos\Codex\Minecraft\Analysis\Information\Mohist\MohistForgeVersionInformation;
use Aternos\Codex\Minecraft\Analysis\Information\Mohist\MohistVersionInformation;

/**
* Class MohistAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class MohistAnalyser extends ForgeBukkitHybridAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/PaperAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
use Aternos\Codex\Minecraft\Analysis\Problem\Paper\ApiVersionLowerThanAllowedProblem;
use Aternos\Codex\Minecraft\Analysis\Problem\Paper\VersionDowngradeProblem;

/**
* Class PaperAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class PaperAnalyser extends BukkitAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/PocketmineAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
use Aternos\Codex\Minecraft\Analysis\Problem\Pocketmine\PluginIncompatibleProblem;
use Aternos\Codex\Minecraft\Analysis\Problem\Pocketmine\PluginRuntimeProblem;

/**
* Class PocketmineAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class PocketmineAnalyser extends MinecraftAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/QuiltAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
use Aternos\Codex\Minecraft\Analysis\Information\Quilt\QuiltVersionInformation;
use Aternos\Codex\Minecraft\Analysis\Information\Vanilla\VanillaVersionInformation;

/**
* Class QuiltAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class QuiltAnalyser extends VanillaAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/Report/CrashReport/FabricCrashReportAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Analysis\Information\Fabric\CrashReport\FabricVersionInformation;

/**
* Class FabricCrashReportAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser\CrashReport
*/
class FabricCrashReportAnalyser extends MinecraftCrashReportAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/Report/CrashReport/ForgeCrashReportAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Analysis\Information\Forge\CrashReport\ForgeVersionInformation;

/**
* Class ForgeCrashReportAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser\CrashReport
*/
class ForgeCrashReportAnalyser extends MinecraftCrashReportAnalyser
{
public function __construct()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
use Aternos\Codex\Minecraft\Analysis\Problem\CrashReport\TickingBlockEntityProblem;
use Aternos\Codex\Minecraft\Analysis\Problem\CrashReport\TickingEntityProblem;

/**
* Class MinecraftCrashReportAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser\Report\CrashReport
*/
class MinecraftCrashReportAnalyser extends MinecraftReportAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/Report/CrashReport/QuiltCrashReportAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

namespace Aternos\Codex\Minecraft\Analyser\Report\CrashReport;

/**
* Class FabricCrashReportAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser\CrashReport
*/
class QuiltCrashReportAnalyser extends MinecraftCrashReportAnalyser
{

Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/VanillaAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
use Aternos\Codex\Minecraft\Analysis\Problem\Vanilla\OverworldSettingsMissingProblem;
use Aternos\Codex\Minecraft\Analysis\Problem\Vanilla\TickingBlockEntityProblem;

/**
* Class VanillaAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class VanillaAnalyser extends MinecraftAnalyser
{
public function __construct()
Expand Down
5 changes: 0 additions & 5 deletions src/Analyser/VelocityAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

namespace Aternos\Codex\Minecraft\Analyser;

/**
* Class VelocityAnalyser
*
* @package Aternos\Codex\Minecraft\Analyser
*/
class VelocityAnalyser extends MinecraftAnalyser
{
}
5 changes: 0 additions & 5 deletions src/Analysis/Information/Arclight/ArclightInformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Analysis\Information\MinecraftInformation;

/**
* Class MohistInformation
*
* @package Aternos\Codex\Minecraft\Analysis\Information\Mohist
*/
abstract class ArclightInformation extends MinecraftInformation
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Translator\Translator;

/**
* Class ArclightVersionInformation
*
* @package Aternos\Codex\Minecraft\Analysis\Information\Arclight
*/
class ArclightVersionInformation extends ArclightInformation
{

Expand Down
5 changes: 0 additions & 5 deletions src/Analysis/Information/Bedrock/BedrockInformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Analysis\Information\MinecraftInformation;

/**
* Class BedrockInformation
*
* @package Aternos\Codex\Minecraft\Analysis\Information\Bedrock
*/
abstract class BedrockInformation extends MinecraftInformation
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Translator\Translator;

/**
* Class BedrockVersionInformation
*
* @package Aternos\Codex\Minecraft\Analysis\Information\Bedrock
*/
class BedrockVersionInformation extends BedrockInformation
{
/**
Expand Down
5 changes: 0 additions & 5 deletions src/Analysis/Information/Fabric/FabricInformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Analysis\Information\MinecraftInformation;

/**
* Class FabricInformation
*
* @package Aternos\Codex\Minecraft\Analysis\Information\Forge
*/
abstract class FabricInformation extends MinecraftInformation
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
use Aternos\Codex\Minecraft\Log\Minecraft\Vanilla\Fabric\FabricLog;
use Aternos\Codex\Minecraft\Translator\Translator;

/**
* Class FabricJavaVersionInformation
*
* @package Aternos\Codex\Minecraft\Analysis\Information\Forge
*/
class FabricJavaVersionInformation extends FabricInformation
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Analysis\Information\Vanilla\VanillaVersionInformation;

/**
* Class FabricVanillaVersionInformation
*
* @package Aternos\Codex\Minecraft\Analysis\Information\Forge
*/
class FabricVanillaVersionInformation extends VanillaVersionInformation
{
/**
Expand Down
5 changes: 0 additions & 5 deletions src/Analysis/Information/Fabric/FabricVersionInformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
use Aternos\Codex\Minecraft\Log\Minecraft\Vanilla\VanillaServerLog;
use Aternos\Codex\Minecraft\Translator\Translator;

/**
* Class FabricVersionInformation
*
* @package Aternos\Codex\Minecraft\Analysis\Information\Forge
*/
class FabricVersionInformation extends FabricInformation
{
protected static string $fabricVersionPattern = "[0-9\.]+";
Expand Down
5 changes: 0 additions & 5 deletions src/Analysis/Information/Forge/ForgeInformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Analysis\Information\MinecraftInformation;

/**
* Class ForgeInformation
*
* @package Aternos\Codex\Minecraft\Analysis\Information\Forge
*/
abstract class ForgeInformation extends MinecraftInformation
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Translator\Translator;

/**
* Class ForgeJavaVersionInformation
*
* @package Aternos\Codex\Minecraft\Analysis\Information\Forge
*/
class ForgeJavaVersionInformation extends ForgeInformation
{
public function __construct()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Analysis\Information\Vanilla\VanillaVersionInformation;

/**
* Class ForgeVanillaVersionInformation
*
* @package Aternos\Codex\Minecraft\Analysis\Information\Forge
*/
class ForgeVanillaVersionInformation extends VanillaVersionInformation
{
/**
Expand Down
5 changes: 0 additions & 5 deletions src/Analysis/Information/Forge/ForgeVersionInformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

use Aternos\Codex\Minecraft\Translator\Translator;

/**
* Class ForgeVersionInformation
*
* @package Aternos\Codex\Minecraft\Analysis\Information\Forge
*/
class ForgeVersionInformation extends ForgeInformation
{
protected static string $versionPattern = "[0-9\.]+";
Expand Down
Loading