Skip to content

Commit

Permalink
feat: add options type declaration for php7.4
Browse files Browse the repository at this point in the history
This was removed because I was developing in php7.3

  Modified:   src/JobStatuses/JobStatus.php
  • Loading branch information
jeremygriffin committed May 6, 2021
1 parent c961766 commit f95efcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JobStatuses/JobStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class JobStatus
/**
* @var \Nylas\Utilities\Options
*/
private $options;
private Options $options;

// ------------------------------------------------------------------------------

Expand Down

0 comments on commit f95efcf

Please sign in to comment.