Skip to content

Commit 286782a

Browse files
authored
fix: change @param to @var. (#43983)
1 parent b539903 commit 286782a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Console/Signals.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ class Signals
1717
/**
1818
* The signal registry's previous list of handlers.
1919
*
20-
* @param array<int, array<int, callable>>|null
20+
* @var array<int, array<int, callable>>|null
2121
*/
2222
protected $previousHandlers;
2323

2424
/**
2525
* The current availability resolver, if any.
2626
*
27-
* @param (callable(): bool)|null
27+
* @var (callable(): bool)|null
2828
*/
2929
protected static $availabilityResolver;
3030

0 commit comments

Comments
 (0)