mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Merge branch 'next-minor'
This commit is contained in:
@ -3,19 +3,19 @@ parameters:
|
||||
-
|
||||
message: "#^Instantiated class COM not found\\.$#"
|
||||
count: 1
|
||||
path: src/network/upnp/UPnP.php
|
||||
path: ../../../src/network/upnp/UPnP.php
|
||||
|
||||
-
|
||||
message: "#^Access to property \\$StaticPortMappingCollection on an unknown class COM\\.$#"
|
||||
count: 2
|
||||
path: src/network/upnp/UPnP.php
|
||||
path: ../../../src/network/upnp/UPnP.php
|
||||
|
||||
-
|
||||
message: "#^Caught class com_exception not found\\.$#"
|
||||
count: 2
|
||||
path: src/network/upnp/UPnP.php
|
||||
path: ../../../src/network/upnp/UPnP.php
|
||||
|
||||
-
|
||||
message: "#^Call to method getMessage\\(\\) on an unknown class com_exception\\.$#"
|
||||
count: 1
|
||||
path: src/network/upnp/UPnP.php
|
||||
path: ../../../src/network/upnp/UPnP.php
|
||||
|
@ -1,12 +1,12 @@
|
||||
parameters:
|
||||
ignoreErrors:
|
||||
-
|
||||
message: "#^PHPDoc tag @param has invalid value \\(.+\\)\\: Unexpected token \"&\", expected TOKEN_VARIABLE at offset \\d+$#"
|
||||
path: src
|
||||
message: "#^PHPDoc tag @param has invalid value \\(.+\\)\\: Unexpected token \"&\", expected variable at offset \\d+$#"
|
||||
path: ../../../src
|
||||
|
||||
-
|
||||
message: "#^Default value of the parameter \\#\\d+ \\$[A-Za-z\\d_]+ \\(\\-?\\d+\\) of method .+\\(\\) is incompatible with type float\\.$#"
|
||||
path: src
|
||||
path: ../../../src
|
||||
|
||||
-
|
||||
message: "#^Call to method count\\(\\) on an unknown class _HumbugBoxbfaeed0746fa\\\\Ds\\\\Deque\\.$#"
|
||||
|
@ -2,5 +2,5 @@ parameters:
|
||||
ignoreErrors:
|
||||
-
|
||||
message: "#^Variable \\$GLOBALS in isset\\(\\) always exists and is not nullable\\.$#"
|
||||
path: src/MemoryManager.php
|
||||
path: ../../../src/MemoryManager.php
|
||||
|
||||
|
Reference in New Issue
Block a user