Skip to content

Commit

Permalink
chore: update docblock (#52909)
Browse files Browse the repository at this point in the history
  • Loading branch information
saMahmoudzadeh authored Sep 25, 2024
1 parent 4d7556f commit c972797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/VendorPublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class VendorPublishCommand extends Command
/**
* The provider to publish.
*
* @var string
* @var string|null
*/
protected $provider = null;

Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Http/FileHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trait FileHelpers
/**
* The cache copy of the file's hash name.
*
* @var string
* @var string|null
*/
protected $hashName = null;

Expand Down

0 comments on commit c972797

Please sign in to comment.