forked from ColinHDev/CPlot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
81 lines (66 loc) · 6.61 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$generator of static method SOFe\\\\AwaitGenerator\\\\Await\\<mixed\\>\\:\\:g2c\\(\\) expects Generator\\<mixed, 'all'\\|'once'\\|'race'\\|'reject'\\|'resolve'\\|array\\{'resolve'\\}\\|Generator\\|null, mixed, mixed\\>, Generator\\<mixed, mixed, mixed, mixed\\> given\\.$#"
count: 1
path: src/ColinHDev/CPlot/commands/PlotCommand.php
-
message: "#^Parameter \\#1 \\$generator of static method SOFe\\\\AwaitGenerator\\\\Await\\<mixed\\>\\:\\:g2c\\(\\) expects Generator\\<mixed, 'all'\\|'once'\\|'race'\\|'reject'\\|'resolve'\\|array\\{'resolve'\\}\\|Generator\\|null, mixed, mixed\\>, Generator\\<mixed, mixed, ColinHDev\\\\CPlot\\\\plots\\\\Plot\\|ColinHDev\\\\CPlot\\\\worlds\\\\NonWorldSettings\\|ColinHDev\\\\CPlot\\\\worlds\\\\WorldSettings\\|null, void\\> given\\.$#"
count: 1
path: src/ColinHDev/CPlot/commands/subcommands/BorderSubcommand.php
-
message: "#^Parameter \\#1 \\$generator of static method SOFe\\\\AwaitGenerator\\\\Await\\<mixed\\>\\:\\:g2c\\(\\) expects Generator\\<mixed, 'all'\\|'once'\\|'race'\\|'reject'\\|'resolve'\\|array\\{'resolve'\\}\\|Generator\\|null, mixed, mixed\\>, Generator\\<mixed, mixed, ColinHDev\\\\CPlot\\\\plots\\\\Plot\\|ColinHDev\\\\CPlot\\\\worlds\\\\NonWorldSettings\\|ColinHDev\\\\CPlot\\\\worlds\\\\WorldSettings\\|null, void\\> given\\.$#"
count: 1
path: src/ColinHDev/CPlot/commands/subcommands/WallSubcommand.php
-
message: "#^Parameter \\#1 \\$closure of static method SOFe\\\\AwaitGenerator\\\\Await\\<mixed\\>\\:\\:f2c\\(\\) expects callable\\(\\)\\: Generator\\<mixed, 'all'\\|'once'\\|'race'\\|'reject'\\|'resolve'\\|array\\{'resolve'\\}\\|Generator\\|null, mixed, mixed\\>, Closure\\(\\)\\: Generator\\<mixed, mixed, mixed, void\\> given\\.$#"
count: 1
path: src/ColinHDev/CPlot/listener/ChunkPopulateListener.php
-
message: "#^Parameter \\#1 \\$generator of static method SOFe\\\\AwaitGenerator\\\\Await\\<mixed\\>\\:\\:g2c\\(\\) expects Generator\\<mixed, 'all'\\|'once'\\|'race'\\|'reject'\\|'resolve'\\|array\\{'resolve'\\}\\|Generator\\|null, mixed, mixed\\>, Generator\\<mixed, mixed, mixed, void\\> given\\.$#"
count: 1
path: src/ColinHDev/CPlot/listener/PlayerLoginListener.php
-
message: "#^Parameter \\#1 \\$closure of static method SOFe\\\\AwaitGenerator\\\\Await\\<mixed\\>\\:\\:f2c\\(\\) expects callable\\(\\)\\: Generator\\<mixed, 'all'\\|'once'\\|'race'\\|'reject'\\|'resolve'\\|array\\{'resolve'\\}\\|Generator\\|null, mixed, mixed\\>, Closure\\(\\)\\: Generator\\<mixed, mixed, mixed, void\\> given\\.$#"
count: 1
path: src/ColinHDev/CPlot/listener/PlayerMoveListener.php
-
message: "#^Parameter \\#1 \\$generator of static method SOFe\\\\AwaitGenerator\\\\Await\\<mixed\\>\\:\\:g2c\\(\\) expects Generator\\<mixed, 'all'\\|'once'\\|'race'\\|'reject'\\|'resolve'\\|array\\{'resolve'\\}\\|Generator\\|null, mixed, mixed\\>, Generator\\<mixed, mixed, mixed, void\\> given\\.$#"
count: 1
path: src/ColinHDev/CPlot/listener/PlayerMoveListener.php
-
message: "#^Parameter \\#1 \\$data \\(array\\{worldName\\: string, worldSettings\\: string, x\\: int, z\\: int, originX\\: int, originZ\\: int\\}\\) of method ColinHDev\\\\CPlot\\\\plots\\\\MergePlot\\:\\:__unserialize\\(\\) should be compatible with parameter \\$data \\(array\\{worldName\\: string, worldSettings\\: string, x\\: int, z\\: int\\}\\) of method ColinHDev\\\\CPlot\\\\plots\\\\BasePlot\\:\\:__unserialize\\(\\)$#"
count: 1
path: src/ColinHDev/CPlot/plots/MergePlot.php
-
message: "#^Parameter \\#1 \\$closure of static method SOFe\\\\AwaitGenerator\\\\Await\\<mixed\\>\\:\\:f2c\\(\\) expects callable\\(\\)\\: Generator\\<mixed, 'all'\\|'once'\\|'race'\\|'reject'\\|'resolve'\\|array\\{'resolve'\\}\\|Generator\\|null, mixed, mixed\\>, Closure\\(\\)\\: Generator\\<mixed, mixed, mixed, void\\> given\\.$#"
count: 2
path: src/ColinHDev/CPlot/plots/Plot.php
-
message: "#^Parameter \\#1 \\$data \\(array\\{worldName\\: string, worldSettings\\: string, x\\: int, z\\: int, alias\\: string\\|null, mergePlots\\: string, plotPlayers\\: string, flags\\: string, \\.\\.\\.\\}\\) of method ColinHDev\\\\CPlot\\\\plots\\\\Plot\\:\\:__unserialize\\(\\) should be compatible with parameter \\$data \\(array\\{worldName\\: string, worldSettings\\: string, x\\: int, z\\: int\\}\\) of method ColinHDev\\\\CPlot\\\\plots\\\\BasePlot\\:\\:__unserialize\\(\\)$#"
count: 1
path: src/ColinHDev/CPlot/plots/Plot.php
-
message: "#^Parameter \\#1 \\$generator of static method SOFe\\\\AwaitGenerator\\\\Await\\<mixed\\>\\:\\:g2c\\(\\) expects Generator\\<mixed, 'all'\\|'once'\\|'race'\\|'reject'\\|'resolve'\\|array\\{'resolve'\\}\\|Generator\\|null, mixed, mixed\\>, Generator\\<mixed, mixed, mixed, ColinHDev\\\\CPlot\\\\player\\\\PlayerData\\|null\\> given\\.$#"
count: 1
path: src/ColinHDev/CPlot/provider/DataProvider.php
-
message: "#^Parameter \\#1 \\$generator of static method SOFe\\\\AwaitGenerator\\\\Await\\<mixed\\>\\:\\:g2c\\(\\) expects Generator\\<mixed, 'all'\\|'once'\\|'race'\\|'reject'\\|'resolve'\\|array\\{'resolve'\\}\\|Generator\\|null, mixed, mixed\\>, Generator\\<mixed, mixed, mixed, ColinHDev\\\\CPlot\\\\plots\\\\Plot\\|null\\> given\\.$#"
count: 2
path: src/ColinHDev/CPlot/provider/DataProvider.php
-
message: "#^Parameter \\#1 \\$generator of static method SOFe\\\\AwaitGenerator\\\\Await\\<mixed\\>\\:\\:g2c\\(\\) expects Generator\\<mixed, 'all'\\|'once'\\|'race'\\|'reject'\\|'resolve'\\|array\\{'resolve'\\}\\|Generator\\|null, mixed, mixed\\>, Generator\\<mixed, mixed, mixed, ColinHDev\\\\CPlot\\\\worlds\\\\NonWorldSettings\\|ColinHDev\\\\CPlot\\\\worlds\\\\WorldSettings\\> given\\.$#"
count: 1
path: src/ColinHDev/CPlot/provider/DataProvider.php
-
message: "#^Parameter \\#1 \\$generator of static method SOFe\\\\AwaitGenerator\\\\Await\\<mixed\\>\\:\\:g2c\\(\\) expects Generator\\<mixed, 'all'\\|'once'\\|'race'\\|'reject'\\|'resolve'\\|array\\{'resolve'\\}\\|Generator\\|null, mixed, mixed\\>, Generator\\<mixed, mixed, mixed, void\\> given\\.$#"
count: 1
path: src/ColinHDev/CPlot/provider/DataProvider.php
-
message: "#^Parameter \\#2 \\$onComplete of static method SOFe\\\\AwaitGenerator\\\\Await\\<mixed\\>\\:\\:g2c\\(\\) expects \\(callable\\(mixed\\)\\: void\\)\\|null, \\(Closure\\(ColinHDev\\\\CPlot\\\\player\\\\PlayerData\\|null\\)\\: void\\)\\|null given\\.$#"
count: 1
path: src/ColinHDev/CPlot/provider/DataProvider.php
-
message: "#^ColinHDev\\\\CPlot\\\\tasks\\\\utils\\\\DummyTile\\:\\:__construct\\(\\) does not call parent constructor from pocketmine\\\\block\\\\tile\\\\Tile\\.$#"
count: 1
path: src/ColinHDev/CPlot/tasks/utils/DummyTile.php