Completed
Push — master ( 2d9fbf...8b89cd )
by Franck
15:37
created
src/GoogleAnalytics.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -144,8 +144,6 @@  discard block
 block discarded – undo
144 144
      * Returns a Social Interactions dataset.
145 145
      *
146 146
      * @param string $action Social Action (e.g. like)
147
-     * @param string $label  Social Network (e.g. facebook)
148
-     * @param string $value  Social Target. (e.g. /home)
149 147
      *
150 148
      * @return array
151 149
      */
@@ -203,6 +201,7 @@  discard block
 block discarded – undo
203 201
     /**
204 202
      * Returns the named tracking dataset.
205 203
      *
204
+     * @param string $type
206 205
      * @return array
207 206
      */
208 207
     public function get($type, array $params)
Please login to merge, or discard this patch.
src/Dashbot.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,8 +72,7 @@
 block discarded – undo
72 72
      *
73 73
      * @see https://www.dashbot.io/sdk/template
74 74
      *
75
-     * @param array  $entries
76
-     * @param string $local_tag
75
+     * @param string $global_tag
77 76
      *
78 77
      * @return self
79 78
      */
Please login to merge, or discard this patch.