event icon indicating copy to clipboard operation
event copied to clipboard

:bell: The sabre/event library provides utilities for lightweight event-based programming

Results 8 event issues
Sort by recently updated
recently updated
newest added

The issues i'm have when adding some promise tests that works elsewhere.

see https://github.com/sabre-io/event/pull/64#discussion_r226821996

Observed: Sabre emits a notice. Desired: Prevent that notice, or add a configurable way for applications using sabre\event to suppress that notice Context: This was seen in an application calling...

`Promise\all()` currently takes an array. Since it only iterates through it, that is an unneeded extra array conversion if you are working with Iterators / Generators.

enhancement

See discussion https://github.com/sabre-io/event/pull/114#discussion_r1394373166 We can only do this after local type aliases are supported in various non-Class places. i.e. after issue https://github.com/phpstan/phpstan/issues/9164 has been implemented in phpstan.

We are currently using the `sabre/dav` in an open source project and we want to make it fully compliant with PHP 8.4, and we cannot upgrade to `sabre/event:^6.0` because `sabre/dav`...

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 11.3.1 Changed Improved how objects are handled for some assertion failure messages How...

dependencies
php

"uri" repo is working running phpstan 1.11 on PHP 8.4 So I am hoping that I could find some config that will allow old phpstan 0.12 to keep running with...