Skip to content

Commit f5a39a2

Browse files
committed
Removed enforced type Request due backwards compatibility issue
1 parent ebadbdf commit f5a39a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FulfillmentAutomationInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
*/
1515
interface FulfillmentAutomationInterface
1616
{
17-
public function processRequest(Request $request);
17+
public function processRequest($request);
1818
}

0 commit comments

Comments
 (0)