Skip to content

Commit

Permalink
Merge pull request #101 from lukewaite/fix_docbloc
Browse files Browse the repository at this point in the history
Fix docbloc for variable type hinting
  • Loading branch information
sebastiandedeyne committed May 19, 2017
2 parents ae8ea97 + 1868a89 commit b567c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notifications/Notifications/CertificateCheckFailed.php
Expand Up @@ -11,7 +11,7 @@

class CertificateCheckFailed extends BaseNotification
{
/** @var \Spatie\UptimeMonitor\Events\CertificateCheckSucceeded */
/** @var \Spatie\UptimeMonitor\Events\CertificateCheckFailed */
public $event;

/**
Expand Down

0 comments on commit b567c0d

Please sign in to comment.