Skip to content

Commit 3135552

Browse files
committed
Removed constructor requirement from adapter interface, it's up to custom adapters how to define their constructor, packaged adapters are within our control and don't need this either
1 parent 537a84f commit 3135552

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/AdapterInterface.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ interface AdapterInterface
99
{
1010
const CREATION_MODE = 'rwxrwx---';
1111

12-
/**
13-
* @param LoopInterface $loop
14-
* @param array $options
15-
*/
16-
public function __construct(LoopInterface $loop, array $options = []);
17-
1812
/**
1913
* Return the loop associated with this adapter.
2014
*

0 commit comments

Comments
 (0)