Skip to content

Commit a0d04c5

Browse files
committed
use @inheritdoc in phpdoc for getPatterns()
1 parent 040fb42 commit a0d04c5

File tree

60 files changed

+62
-275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+62
-275
lines changed

src/Analysis/Information/Arclight/ArclightVersionInformation.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ public function __construct()
2121
}
2222

2323
/**
24-
* Get an array of possible patterns
25-
*
26-
* The array key of the pattern will be passed to setMatches()
27-
*
28-
* @return string[]
24+
* @inheritDoc
2925
*/
3026
public static function getPatterns(): array
3127
{

src/Analysis/Information/Bedrock/BedrockVersionInformation.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ public function __construct()
2020
}
2121

2222
/**
23-
* Get an array of possible patterns
24-
*
25-
* The array key of the pattern will be passed to setMatches()
26-
*
27-
* @return string[]
23+
* @inheritDoc
2824
*/
2925
public static function getPatterns(): array
3026
{

src/Analysis/Information/CrashReport/JavaVersionInformation.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ public function __construct()
1616
}
1717

1818
/**
19-
* Get an array of possible patterns
20-
*
21-
* The array key of the pattern will be passed to setMatches()
22-
*
23-
* @return string[]
19+
* @inheritDoc
2420
*/
2521
public static function getPatterns(): array
2622
{

src/Analysis/Information/CrashReport/VanillaVersionInformation.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
class VanillaVersionInformation extends \Aternos\Codex\Minecraft\Analysis\Information\Vanilla\VanillaVersionInformation
66
{
77
/**
8-
* Get an array of possible patterns
9-
*
10-
* The array key of the pattern will be passed to setMatches()
11-
*
12-
* @return string[]
8+
* @inheritDoc
139
*/
1410
public static function getPatterns(): array
1511
{

src/Analysis/Information/CustomSkinLoader/CustomSkinLoaderJavaVersionInformation.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ public function __construct()
1313
}
1414

1515
/**
16-
* Get an array of possible patterns
17-
*
18-
* The array key of the pattern will be passed to setMatches()
19-
*
20-
* @return string[]
16+
* @inheritDoc
2117
*/
2218
public static function getPatterns(): array
2319
{

src/Analysis/Information/CustomSkinLoader/CustomSkinLoaderMinecraftVersionInformation.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ public function __construct()
1414
}
1515

1616
/**
17-
* Get an array of possible patterns
18-
*
19-
* The array key of the pattern will be passed to setMatches()
20-
*
21-
* @return string[]
17+
* @inheritDoc
2218
*/
2319
public static function getPatterns(): array
2420
{

src/Analysis/Information/CustomSkinLoader/CustomSkinLoaderVersionInformation.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ public function __construct()
1515
}
1616

1717
/**
18-
* Get an array of possible patterns
19-
*
20-
* The array key of the pattern will be passed to setMatches()
21-
*
22-
* @return string[]
18+
* @inheritDoc
2319
*/
2420
public static function getPatterns(): array
2521
{

src/Analysis/Information/Fabric/FabricJavaVersionInformation.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ public function __construct()
2121
}
2222

2323
/**
24-
* Get an array of possible patterns
25-
*
26-
* The array key of the pattern will be passed to setMatches()
27-
*
28-
* @return string[]
24+
* @inheritDoc
2925
*/
3026
public static function getPatterns(): array
3127
{

src/Analysis/Information/Fabric/FabricVersionInformation.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ public function __construct()
2424
}
2525

2626
/**
27-
* Get an array of possible patterns
28-
*
29-
* The array key of the pattern will be passed to setMatches()
30-
*
31-
* @return string[]
27+
* @inheritDoc
3228
*/
3329
public static function getPatterns(): array
3430
{

src/Analysis/Information/Forge/ForgeJavaVersionInformation.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ public function __construct()
1717
}
1818

1919
/**
20-
* Get an array of possible patterns
21-
*
22-
* The array key of the pattern will be passed to setMatches()
23-
*
24-
* @return string[]
20+
* @inheritDoc
2521
*/
2622
public static function getPatterns(): array
2723
{

0 commit comments

Comments
 (0)