Skip to content

Commit bb363bb

Browse files
committed
Removed "self" return type from PorterAware interface.
1 parent 1a1470d commit bb363bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PorterAware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ interface PorterAware
1111
/**
1212
* Sets an instance of Porter.
1313
*/
14-
public function setPorter(Porter $porter): self;
14+
public function setPorter(Porter $porter);
1515
}

0 commit comments

Comments
 (0)