You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
safe was just updated to 2.2, phpstan-safe-rule is 1.2.0
$ vendor/bin/phpstan
Note: Using configuration file /Users/swentz/git/brainbits/functional-test-helpers/phpstan.neon.dist.
47/47 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
-- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Error
-- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Internal error: Internal error: Call to undefined function Safe\array_combine() in file /Users/swentz/git/brainbits/functional-test-helpers/src/ZipContents/ZipInfo.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.md
Internal error: Internal error: Call to undefined function Safe\array_combine() in file /Users/swentz/git/brainbits/functional-test-helpers/src/ZipContents/FileInfo.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.md
Internal error: Internal error: Call to undefined function Safe\array_combine() in file /Users/swentz/git/brainbits/functional-test-helpers/src/ZipContents/InvalidArchive.php
...
src/Utils/FunctionListLoader.php uses \Safe\array_combine, but this does not exist in safe:2.2
The text was updated successfully, but these errors were encountered:
temp
changed the title
phpstan-errors with latest safe and phpstan-safe-rule
phpstan-error regarding array_combine with latest safe and phpstan-safe-rule
Apr 19, 2022
safe was just updated to 2.2, phpstan-safe-rule is 1.2.0
src/Utils/FunctionListLoader.php
uses\Safe\array_combine
, but this does not exist in safe:2.2The text was updated successfully, but these errors were encountered: