phpstan 0.12.22

This commit is contained in:
Dylan K. Taylor 2020-05-04 22:26:44 +01:00
parent 06e8c6a3ad
commit 6bfc309a0a
3 changed files with 27 additions and 27 deletions

View File

@ -37,7 +37,7 @@
"adhocore/json-comment": "^0.1.0" "adhocore/json-comment": "^0.1.0"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^0.12.19", "phpstan/phpstan": "^0.12.22",
"irstea/phpunit-shim": "^8.5", "irstea/phpunit-shim": "^8.5",
"phpstan/phpstan-phpunit": "^0.12.6", "phpstan/phpstan-phpunit": "^0.12.6",
"phpstan/phpstan-strict-rules": "^0.12.2" "phpstan/phpstan-strict-rules": "^0.12.2"

12
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b4bca488450ecd2c1d67fef301daec57", "content-hash": "222ac0d0733c84c09bccb09be572a315",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",
@ -478,16 +478,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.19", "version": "0.12.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d" "reference": "59090e1b84efca9310e58586aeb787521aa00b10"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/59090e1b84efca9310e58586aeb787521aa00b10",
"reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d", "reference": "59090e1b84efca9310e58586aeb787521aa00b10",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -530,7 +530,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-04-19T20:35:10+00:00" "time": "2020-05-04T09:21:25+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",

View File

@ -16,22 +16,22 @@ parameters:
path: ../../../src/pocketmine/command/CommandReader.php path: ../../../src/pocketmine/command/CommandReader.php
- -
message: "#^Default value of the parameter \\#4 \\$min \\(\\-30000000\\) of method pocketmine\\\\command\\\\defaults\\\\VanillaCommand\\:\\:getRelativeDouble\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#4 \\$min \\(int\\) of method pocketmine\\\\command\\\\defaults\\\\VanillaCommand\\:\\:getRelativeDouble\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/command/defaults/VanillaCommand.php path: ../../../src/pocketmine/command/defaults/VanillaCommand.php
- -
message: "#^Default value of the parameter \\#5 \\$max \\(30000000\\) of method pocketmine\\\\command\\\\defaults\\\\VanillaCommand\\:\\:getRelativeDouble\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#5 \\$max \\(int\\) of method pocketmine\\\\command\\\\defaults\\\\VanillaCommand\\:\\:getRelativeDouble\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/command/defaults/VanillaCommand.php path: ../../../src/pocketmine/command/defaults/VanillaCommand.php
- -
message: "#^Default value of the parameter \\#3 \\$min \\(\\-30000000\\) of method pocketmine\\\\command\\\\defaults\\\\VanillaCommand\\:\\:getDouble\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#3 \\$min \\(int\\) of method pocketmine\\\\command\\\\defaults\\\\VanillaCommand\\:\\:getDouble\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/command/defaults/VanillaCommand.php path: ../../../src/pocketmine/command/defaults/VanillaCommand.php
- -
message: "#^Default value of the parameter \\#4 \\$max \\(30000000\\) of method pocketmine\\\\command\\\\defaults\\\\VanillaCommand\\:\\:getDouble\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#4 \\$max \\(int\\) of method pocketmine\\\\command\\\\defaults\\\\VanillaCommand\\:\\:getDouble\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/command/defaults/VanillaCommand.php path: ../../../src/pocketmine/command/defaults/VanillaCommand.php
@ -46,82 +46,82 @@ parameters:
path: ../../../src/pocketmine/level/format/io/region/RegionLoader.php path: ../../../src/pocketmine/level/format/io/region/RegionLoader.php
- -
message: "#^Default value of the parameter \\#4 \\$expansion \\(1\\) of method pocketmine\\\\level\\\\generator\\\\noise\\\\Perlin\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#4 \\$expansion \\(int\\) of method pocketmine\\\\level\\\\generator\\\\noise\\\\Perlin\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/generator/noise/Perlin.php path: ../../../src/pocketmine/level/generator/noise/Perlin.php
- -
message: "#^Default value of the parameter \\#4 \\$expansion \\(1\\) of method pocketmine\\\\level\\\\generator\\\\noise\\\\Simplex\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#4 \\$expansion \\(int\\) of method pocketmine\\\\level\\\\generator\\\\noise\\\\Simplex\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/generator/noise/Simplex.php path: ../../../src/pocketmine/level/generator/noise/Simplex.php
- -
message: "#^Default value of the parameter \\#2 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\AnvilBreakSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#2 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\AnvilBreakSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/AnvilBreakSound.php path: ../../../src/pocketmine/level/sound/AnvilBreakSound.php
- -
message: "#^Default value of the parameter \\#2 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\AnvilFallSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#2 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\AnvilFallSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/AnvilFallSound.php path: ../../../src/pocketmine/level/sound/AnvilFallSound.php
- -
message: "#^Default value of the parameter \\#2 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\AnvilUseSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#2 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\AnvilUseSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/AnvilUseSound.php path: ../../../src/pocketmine/level/sound/AnvilUseSound.php
- -
message: "#^Default value of the parameter \\#2 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\BlazeShootSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#2 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\BlazeShootSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/BlazeShootSound.php path: ../../../src/pocketmine/level/sound/BlazeShootSound.php
- -
message: "#^Default value of the parameter \\#2 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\ClickSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#2 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\ClickSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/ClickSound.php path: ../../../src/pocketmine/level/sound/ClickSound.php
- -
message: "#^Default value of the parameter \\#2 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\DoorBumpSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#2 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\DoorBumpSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/DoorBumpSound.php path: ../../../src/pocketmine/level/sound/DoorBumpSound.php
- -
message: "#^Default value of the parameter \\#2 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\DoorCrashSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#2 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\DoorCrashSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/DoorCrashSound.php path: ../../../src/pocketmine/level/sound/DoorCrashSound.php
- -
message: "#^Default value of the parameter \\#2 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\DoorSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#2 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\DoorSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/DoorSound.php path: ../../../src/pocketmine/level/sound/DoorSound.php
- -
message: "#^Default value of the parameter \\#2 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\FizzSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#2 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\FizzSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/FizzSound.php path: ../../../src/pocketmine/level/sound/FizzSound.php
- -
message: "#^Default value of the parameter \\#3 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\GenericSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#3 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\GenericSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/GenericSound.php path: ../../../src/pocketmine/level/sound/GenericSound.php
- -
message: "#^Default value of the parameter \\#2 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\GhastShootSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#2 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\GhastShootSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/GhastShootSound.php path: ../../../src/pocketmine/level/sound/GhastShootSound.php
- -
message: "#^Default value of the parameter \\#2 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\GhastSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#2 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\GhastSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/GhastSound.php path: ../../../src/pocketmine/level/sound/GhastSound.php
- -
message: "#^Default value of the parameter \\#2 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\LaunchSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#2 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\LaunchSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/LaunchSound.php path: ../../../src/pocketmine/level/sound/LaunchSound.php
- -
message: "#^Default value of the parameter \\#2 \\$pitch \\(0\\) of method pocketmine\\\\level\\\\sound\\\\PopSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#" message: "#^Default value of the parameter \\#2 \\$pitch \\(int\\) of method pocketmine\\\\level\\\\sound\\\\PopSound\\:\\:__construct\\(\\) is incompatible with type float\\.$#"
count: 1 count: 1
path: ../../../src/pocketmine/level/sound/PopSound.php path: ../../../src/pocketmine/level/sound/PopSound.php