Skip to content

Commit 8f194a7

Browse files
author
Christoph Rumpel
authored
Merge pull request #34 from christophrumpel/bugfix/wrongVarDataType
Fix wrong data type in docblock
2 parents 4d2a964 + 6d56736 commit 8f194a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/TwitterStatusUpdate.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace NotificationChannels\Twitter;
44

55
use Kylewm\Brevity\Brevity;
6+
use Illuminate\Support\Collection;
67
use NotificationChannels\Twitter\Exceptions\CouldNotSendNotification;
78

89
class TwitterStatusUpdate
@@ -16,7 +17,7 @@ class TwitterStatusUpdate
1617
private $images;
1718

1819
/**
19-
* @var array
20+
* @var Collection
2021
*/
2122
public $imageIds;
2223

0 commit comments

Comments
 (0)