Skip to content

Commit 08675c1

Browse files
[9.x] fix wrong return type (#46038)
1 parent cb37b3f commit 08675c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Testing/TestResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ public function __get($key)
16821682
* Proxy isset() checks to the underlying base response.
16831683
*
16841684
* @param string $key
1685-
* @return mixed
1685+
* @return bool
16861686
*/
16871687
public function __isset($key)
16881688
{

0 commit comments

Comments
 (0)