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
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ public function __construct()
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ public function __construct()
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ public function __construct()
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
class VanillaVersionInformation extends \Aternos\Codex\Minecraft\Analysis\Information\Vanilla\VanillaVersionInformation
{
/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ public function __construct()
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ public function __construct()
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ public function __construct()
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ public function __construct()
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
6 changes: 1 addition & 5 deletions src/Analysis/Information/Fabric/FabricVersionInformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ public function __construct()
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ public function __construct()
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
6 changes: 1 addition & 5 deletions src/Analysis/Information/Forge/ForgeVersionInformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ public function __construct()
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
6 changes: 1 addition & 5 deletions src/Analysis/Information/Mohist/MohistVersionInformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ public function __construct()
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ public function __construct()
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ public function __construct()
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ class VanillaVersionInformation extends VanillaInformation
protected static string $vanillaVersionPattern = '[0-9\.w]+(?:[a-z]|-(?:pre|rc)\d+)?';

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
6 changes: 1 addition & 5 deletions src/Analysis/Problem/Bukkit/AmbiguousPluginNameProblem.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
6 changes: 1 addition & 5 deletions src/Analysis/Problem/Bukkit/ChunkLoadExceptionProblem.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
6 changes: 1 addition & 5 deletions src/Analysis/Problem/Bukkit/Plugin/AuthMeShutdownProblem.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
6 changes: 1 addition & 5 deletions src/Analysis/Problem/Bukkit/Plugin/MultiverseLoadProblem.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
6 changes: 1 addition & 5 deletions src/Analysis/Problem/Bukkit/PluginDependenciesProblem.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
6 changes: 1 addition & 5 deletions src/Analysis/Problem/Bukkit/PluginDependencyProblem.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
6 changes: 1 addition & 5 deletions src/Analysis/Problem/Bukkit/PluginDisablingProblem.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
6 changes: 1 addition & 5 deletions src/Analysis/Problem/Bukkit/PluginEnablingProblem.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
6 changes: 1 addition & 5 deletions src/Analysis/Problem/Bukkit/PluginLoadProblem.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
6 changes: 1 addition & 5 deletions src/Analysis/Problem/Bukkit/PluginRuntimeProblem.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ public function getMessage(): string
}

/**
* Get an array of possible patterns
*
* The array key of the pattern will be passed to setMatches()
*
* @return string[]
* @inheritDoc
*/
public static function getPatterns(): array
{
Expand Down
Loading