Completed
Push — develop ( dee5cf...6644ca )
by Oleg
02:46
created
lib/WebMarketingROI/OptimizelyPHP/Service/v2/Audiences.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     
64 64
     /**
65 65
      * Get metadata for a single Audience.
66
-     * @param type $audienceId
66
+     * @param integer $audienceId
67 67
      * @return Audience
68 68
      * @throws \Exception
69 69
      */
Please login to merge, or discard this patch.
lib/WebMarketingROI/OptimizelyPHP/Service/v2/Campaigns.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     /**
93 93
      * Get campaign results
94 94
      * @param integer $campaignId The id for the campaign you want results for
95
-     * @param string $starTime The earliest time to count events in results. Defaults to the time that the campaign was first activated.
95
+     * @param string $startTime The earliest time to count events in results. Defaults to the time that the campaign was first activated.
96 96
      * @param string $endTime The latest time to count events in results. Defaults to the time the campaign was last active or the current time if the campaign is still running.
97 97
      * @throws \Exception
98 98
      */
Please login to merge, or discard this patch.
lib/WebMarketingROI/OptimizelyPHP/Service/v2/Events.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     
68 68
     /**
69 69
      * Get Event by ID
70
-     * @param type $eventId
70
+     * @param integer $eventId
71 71
      * @return Event
72 72
      * @throws \Exception
73 73
      */
Please login to merge, or discard this patch.
lib/WebMarketingROI/OptimizelyPHP/Service/v2/Pages.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
     /**
102 102
      * Update a Page in a provided Project
103 103
      * @param integer $pageId
104
-     * @param Audience $page
104
+     * @param Page $page
105 105
      * @throws \Exception
106 106
      */
107 107
     public function update($pageId, $page) 
Please login to merge, or discard this patch.