We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7c499 commit 3f3e301Copy full SHA for 3f3e301
src/Illuminate/Cache/Events/CacheFlushed.php
@@ -22,7 +22,6 @@ class CacheFlushed
22
* Create a new event instance.
23
*
24
* @param string|null $storeName
25
- * @return void
26
*/
27
public function __construct($storeName, array $tags = [])
28
{
src/Illuminate/Support/EncodedHtmlString.php
@@ -27,7 +27,6 @@ class EncodedHtmlString extends HtmlString
* @param \Illuminate\Contracts\Support\DeferringDisplayableValue|\Illuminate\Contracts\Support\Htmlable|\BackedEnum|string|int|float|null $html
29
* @param bool $doubleEncode
30
31
32
public function __construct($html = '', protected bool $doubleEncode = true)
33
0 commit comments