kkmuffme

Results 280 comments of kkmuffme

Those things that are merged already (outlined in OP), are already available when setting `phpVersion="8.1"` now?

Pending https://github.com/vimeo/psalm/issues/8374

How can the tests be fixed here? Since the reflection disagrees with the map?

@orklah I think you are talking about a different issue? (perhaps https://github.com/vimeo/psalm/issues/8346?) No "count" here :-) ready to merge (no extra test for this, as this is a specialty case)

Added it to `InternalCallMapHandlerTest::$ignoredReturnTypeOnlyFunctions` now. No test added, since it's in the ignored list anyway, so a test wouldn't be super useful (and a waste of my time, as this...

@des79 could you improve the installation guide text, since you already know how it works now Then we could merge it in, to help out others in the future

hey digitalle, the reason you get this error is that WP is writing something to db on (almost) all requests, but since your master (for writes) is down, you get...

The suggested way to handle this is to use db-config & set the servers like: $wpdb->add_database(array( 'host' => '127.0.0.1', 'user' => 'some user', 'password' => 'somepw', 'name' => 'db_', 'write'...

Overall, these work really good and there's few bugs in those, so I think it would be great if they could be kept, as they are really useful.

With PHP 8.1: PHPCS says: ``` FILE: /some/file.php -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1 | ERROR | An error occurred during processing; checking has been aborted. The...