Skip to content

Commit 571853b

Browse files
authored
docs: fix return type documentation for initializeSignal method (#54553)
1 parent 8904daf commit 571853b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/Signals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function register($signal, $callback)
7272
/**
7373
* Gets the signal's existing handler in array format.
7474
*
75-
* @return array<int, callable(int $signal): void>
75+
* @return array<int, callable(int $signal): void>|null
7676
*/
7777
protected function initializeSignal($signal)
7878
{

0 commit comments

Comments
 (0)