Skip to content

Commit 42c67a1

Browse files
GrahamCampbelltaylorotwell
authored andcommitted
Update RedirectResponse.php
1 parent 0099591 commit 42c67a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Http/RedirectResponse.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ public function withErrors($provider, $key = 'default')
148148
/**
149149
* Add fragment identifier to the url.
150150
*
151-
* @param string $fragmentIdentifier
151+
* @param string $fragmentIdentifier
152152
* @return $this
153153
*/
154-
public function withFragmentIdentifier(string $fragmentIdentifier)
154+
public function withFragmentIdentifier($fragmentIdentifier)
155155
{
156156
// Remove any existing fragment identifier
157157
$this->withoutFragmentIdentifier();

0 commit comments

Comments
 (0)