Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpDev07 committed Mar 25, 2022
1 parent 2fd8835 commit ac306b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Client/LogsnagRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ class LogsnagRequest implements Arrayable
* @param string $project
* @param string $channel
* @param string $event
* @param string $description
* @param string $icon
* @param string|null $description
* @param string|null $icon
* @param bool $notify
*/
public function __construct(
public string $project,
public string $channel,
public string $event,
public string $description,
public string $icon,
public ?string $description,
public ?string $icon,
public bool $notify,
) {}

Expand Down

0 comments on commit ac306b3

Please sign in to comment.