Skip to content

Commit c9f3ee9

Browse files
Update SlackErrorResponse.php
1 parent cba3bd0 commit c9f3ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Exception/SlackErrorResponse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
class SlackErrorResponse extends \Exception
1717
{
18-
private string $errorCode;
18+
private $errorCode;
1919

20-
private ?array $responseMetadata;
20+
private $responseMetadata;
2121

2222
public function __construct(string $errorCode, ?array $responseMetadata, \Throwable $previous = null)
2323
{

0 commit comments

Comments
 (0)