|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
3 | 3 | -
|
4 |
| - message: "#^Method pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\:\\:getByte\\(\\) should return int but returns mixed\\.$#" |
| 4 | + message: '#^Method pocketmine\\nbt\\tag\\CompoundTag\:\:getByte\(\) should return int but returns mixed\.$#' |
| 5 | + identifier: return.type |
5 | 6 | count: 1
|
6 | 7 | path: ../../../src/tag/CompoundTag.php
|
7 | 8 |
|
8 | 9 | -
|
9 |
| - message: "#^Method pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\:\\:getByteArray\\(\\) should return string but returns mixed\\.$#" |
| 10 | + message: '#^Method pocketmine\\nbt\\tag\\CompoundTag\:\:getByteArray\(\) should return string but returns mixed\.$#' |
| 11 | + identifier: return.type |
10 | 12 | count: 1
|
11 | 13 | path: ../../../src/tag/CompoundTag.php
|
12 | 14 |
|
13 | 15 | -
|
14 |
| - message: "#^Method pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\:\\:getDouble\\(\\) should return float but returns mixed\\.$#" |
| 16 | + message: '#^Method pocketmine\\nbt\\tag\\CompoundTag\:\:getDouble\(\) should return float but returns mixed\.$#' |
| 17 | + identifier: return.type |
15 | 18 | count: 1
|
16 | 19 | path: ../../../src/tag/CompoundTag.php
|
17 | 20 |
|
18 | 21 | -
|
19 |
| - message: "#^Method pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\:\\:getFloat\\(\\) should return float but returns mixed\\.$#" |
| 22 | + message: '#^Method pocketmine\\nbt\\tag\\CompoundTag\:\:getFloat\(\) should return float but returns mixed\.$#' |
| 23 | + identifier: return.type |
20 | 24 | count: 1
|
21 | 25 | path: ../../../src/tag/CompoundTag.php
|
22 | 26 |
|
23 | 27 | -
|
24 |
| - message: "#^Method pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\:\\:getInt\\(\\) should return int but returns mixed\\.$#" |
| 28 | + message: '#^Method pocketmine\\nbt\\tag\\CompoundTag\:\:getInt\(\) should return int but returns mixed\.$#' |
| 29 | + identifier: return.type |
25 | 30 | count: 1
|
26 | 31 | path: ../../../src/tag/CompoundTag.php
|
27 | 32 |
|
28 | 33 | -
|
29 |
| - message: "#^Method pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\:\\:getIntArray\\(\\) should return array\\<int\\> but returns mixed\\.$#" |
| 34 | + message: '#^Method pocketmine\\nbt\\tag\\CompoundTag\:\:getIntArray\(\) should return array\<int\> but returns mixed\.$#' |
| 35 | + identifier: return.type |
30 | 36 | count: 1
|
31 | 37 | path: ../../../src/tag/CompoundTag.php
|
32 | 38 |
|
33 | 39 | -
|
34 |
| - message: "#^Method pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\:\\:getLong\\(\\) should return int but returns mixed\\.$#" |
| 40 | + message: '#^Method pocketmine\\nbt\\tag\\CompoundTag\:\:getLong\(\) should return int but returns mixed\.$#' |
| 41 | + identifier: return.type |
35 | 42 | count: 1
|
36 | 43 | path: ../../../src/tag/CompoundTag.php
|
37 | 44 |
|
38 | 45 | -
|
39 |
| - message: "#^Method pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\:\\:getShort\\(\\) should return int but returns mixed\\.$#" |
| 46 | + message: '#^Method pocketmine\\nbt\\tag\\CompoundTag\:\:getShort\(\) should return int but returns mixed\.$#' |
| 47 | + identifier: return.type |
40 | 48 | count: 1
|
41 | 49 | path: ../../../src/tag/CompoundTag.php
|
42 | 50 |
|
43 | 51 | -
|
44 |
| - message: "#^Method pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\:\\:getString\\(\\) should return string but returns mixed\\.$#" |
| 52 | + message: '#^Method pocketmine\\nbt\\tag\\CompoundTag\:\:getString\(\) should return string but returns mixed\.$#' |
| 53 | + identifier: return.type |
45 | 54 | count: 1
|
46 | 55 | path: ../../../src/tag/CompoundTag.php
|
47 |
| - |
|
0 commit comments