This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 3.3.0 forwards-compatibility release
4
4
5
- - [ ] ` StoppableEventInterface ` implementation
5
+ - [x ] ` StoppableEventInterface ` implementation
6
6
- [x] Create a ` StoppableEventInterface `
7
7
- [x] Make ` Event ` implement it
8
8
- [x] Deprecate ` propagationIsStopped() ` in both ` EventInterface ` and ` Event `
9
9
- [x] Have ` Event::propagationIsStopped() ` proxy to ` Event::isPropagationStopped() `
10
10
- [x] Modify ` EventManager ` internals to use the PSR-14 method if available
11
- - [ ] Mark ` StoppableEventInterface ` as deprecated
11
+ - [x ] Mark ` StoppableEventInterface ` as deprecated
12
12
- [ ] Listener provider implementation
13
13
- [ ] Create a ` ListenerProvider ` subnamespace
14
14
- [ ] Create a ` ListenerProviderInterface ` shim
Original file line number Diff line number Diff line change 12
12
*
13
13
* This interface can be mixed into the `Event` instance to make it
14
14
* forwards-compatible with PSR-14.
15
+ *
16
+ * @deprecated This interface is a forwards-compatibility shim for use until we can
17
+ * provide full PSR-14 compatibility, and will be removed in version 4.0.
15
18
*/
16
19
interface StoppableEventInterface
17
20
{
You can’t perform that action at this time.
0 commit comments