Merge branch 'next-minor'

This commit is contained in:
Dylan K. Taylor
2019-12-04 11:23:30 +00:00
8 changed files with 15 additions and 22 deletions

View File

@ -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

View File

@ -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\\.$#"

View File

@ -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