Skip to content

Commit c972797

Browse files
chore: update docblock (#52909)
1 parent 4d7556f commit c972797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Illuminate/Foundation/Console/VendorPublishCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class VendorPublishCommand extends Command
3131
/**
3232
* The provider to publish.
3333
*
34-
* @var string
34+
* @var string|null
3535
*/
3636
protected $provider = null;
3737

src/Illuminate/Http/FileHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ trait FileHelpers
99
/**
1010
* The cache copy of the file's hash name.
1111
*
12-
* @var string
12+
* @var string|null
1313
*/
1414
protected $hashName = null;
1515

0 commit comments

Comments
 (0)