Skip to content

Commit e1bce32

Browse files
authored
Fix native return typehint errors (#647)
1 parent 2b9f2ec commit e1bce32

66 files changed

Lines changed: 269 additions & 816 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"doctrine/coding-standard": "^6.0",
1919
"phpbench/phpbench": "^0.14",
2020
"phpstan/extension-installer": "^1.0",
21-
"phpstan/phpstan": "0.12.11",
21+
"phpstan/phpstan": "0.12.18",
2222
"phpstan/phpstan-phpunit": "0.12.6",
2323
"phpstan/phpstan-strict-rules": "0.12.2",
2424
"phpunit/phpunit": "^7.2|^8.5",
@@ -54,7 +54,7 @@
5454
"lint" : "phpcs",
5555
"fix" : "phpcbf",
5656
"stan": "phpstan analyse --ansi --memory-limit 2048M",
57-
"phpstan-baseline": "phpstan analyse --ansi --error-format baselineNeon > phpstan-baseline.neon",
57+
"phpstan-baseline": "phpstan analyse --ansi --generate-baseline=phpstan-baseline.neon",
5858
"check": "composer lint && composer stan && composer test"
5959
}
6060
}

0 commit comments

Comments
 (0)