Skip to content

Commit 3f3e301

Browse files
Remove remaining @return tags from constructors (#55858)
1 parent 2d7c499 commit 3f3e301

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Illuminate/Cache/Events/CacheFlushed.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class CacheFlushed
2222
* Create a new event instance.
2323
*
2424
* @param string|null $storeName
25-
* @return void
2625
*/
2726
public function __construct($storeName, array $tags = [])
2827
{

src/Illuminate/Support/EncodedHtmlString.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class EncodedHtmlString extends HtmlString
2727
*
2828
* @param \Illuminate\Contracts\Support\DeferringDisplayableValue|\Illuminate\Contracts\Support\Htmlable|\BackedEnum|string|int|float|null $html
2929
* @param bool $doubleEncode
30-
* @return void
3130
*/
3231
public function __construct($html = '', protected bool $doubleEncode = true)
3332
{

0 commit comments

Comments
 (0)