diff --git a/src/Message/SmsDeliveryReport.php b/src/Message/SmsDeliveryReport.php index 49d6d13..3cf4a80 100644 --- a/src/Message/SmsDeliveryReport.php +++ b/src/Message/SmsDeliveryReport.php @@ -38,7 +38,7 @@ class SmsDeliveryReport implements SmsDeliveryReportInterface { /** * The recipient of the message. - * + * * @var string */ protected $recipient; @@ -107,7 +107,7 @@ class SmsDeliveryReport implements SmsDeliveryReportInterface { * Creates a new instance of an SMS delivery report. * * @param array $data - * The data to instantiate the delivery report with. It should have the + * The data to instantiate the delivery report with. It should have the * following keys. * - message_id: the essage ID from the gateway (default is '') * - recipient: the recipient number (single number, default is '') diff --git a/src/Plugin/SmsGatewayPluginCollection.php b/src/Plugin/SmsGatewayPluginCollection.php index 0de4ef4..1394716 100644 --- a/src/Plugin/SmsGatewayPluginCollection.php +++ b/src/Plugin/SmsGatewayPluginCollection.php @@ -23,10 +23,10 @@ class SmsGatewayPluginCollection extends DefaultSingleLazyPluginCollection { protected $gatewayName; /** - * Constructs a new SearchPluginCollection. + * Constructs a new SmsGatewayPluginCollection. * * @param \Drupal\Component\Plugin\PluginManagerInterface $manager - * The manager to be used for instantiating plugins. + * The manager to be used for instantiating SMS plugins. * @param string $instance_id * The ID of the plugin instance. * @param string $gateway_name