Completed
Push — master ( 6835a6...4d776f )
by Nate
12:26
created
src/HubSpot.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
     /**
144 144
      * Logs a warning message.
145 145
      *
146
-     * @param $message
146
+     * @param string $message
147 147
      * @param string  $category
148 148
      */
149 149
     public static function warning($message, $category = 'hubspot')
Please login to merge, or discard this patch.
src/modules/resources/services/Contacts.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,6 @@
 block discarded – undo
136 136
     }
137 137
 
138 138
     /**
139
-     * @param int                                  $id
140 139
      * @param $data
141 140
      * @param callable|TransformerInterface        $transformer
142 141
      * @param AuthenticationStrategyInterface|null $authenticationStrategy
Please login to merge, or discard this patch.