Completed
Push — master ( 85f563...8b4536 )
by
unknown
12:51
created
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.
src/HubSpot.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
     /**
131 131
      * Logs an informative message.
132 132
      *
133
-     * @param $message
133
+     * @param string $message
134 134
      * @param string  $category
135 135
      */
136 136
     public static function info($message, $category = 'hubspot')
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     /**
142 142
      * Logs a warning message.
143 143
      *
144
-     * @param $message
144
+     * @param string $message
145 145
      * @param string  $category
146 146
      */
147 147
     public static function warning($message, $category = 'hubspot')
Please login to merge, or discard this patch.