INFRA-132 comments to end with full stops
[civicrm-core.git] / Civi / API / Subscriber / TransactionSubscriber.php
index b5e867e81f738da695454b306837211332afd3c4..9ac315be1a461e363e08ecfe5dbdc37acfd60e3d 100644 (file)
@@ -69,7 +69,7 @@ class TransactionSubscriber implements EventSubscriberInterface {
   private $forceRollback = array();
 
   /**
-   * Determine if an API request should be treated as transactional
+   * Determine if an API request should be treated as transactional.
    *
    * @param \Civi\API\Provider\ProviderInterface $apiProvider
    *   The API provider responsible for this request.
@@ -144,7 +144,7 @@ class TransactionSubscriber implements EventSubscriberInterface {
   }
 
   /**
-   * Close any pending transactions
+   * Close any pending transactions.
    *
    * @param \Civi\API\Event\RespondEvent $event
    *   API response event.
@@ -160,7 +160,7 @@ class TransactionSubscriber implements EventSubscriberInterface {
   }
 
   /**
-   * Rollback the pending transaction
+   * Rollback the pending transaction.
    *
    * @param \Civi\API\Event\ExceptionEvent $event
    *   API exception event.