Skip to content

Commit 4607966

Browse files
Add more return types after fixing a typo in my script
1 parent db39d12 commit 4607966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WorkflowTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ public function getListeners($eventName = null): array
601601
{
602602
}
603603

604-
public function getListenerPriority($eventName, $listener)
604+
public function getListenerPriority($eventName, $listener): ?int
605605
{
606606
}
607607

0 commit comments

Comments
 (0)