Completed
Pull Request — master (#9)
by Vladimir
02:02
created
src/PulseColumn.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -69,6 +69,9 @@
 block discarded – undo
69 69
         $this->deletedObject = true;
70 70
     }
71 71
 
72
+    /**
73
+     * @param string $field
74
+     */
72 75
     private function editField ($field, $value)
73 76
     {
74 77
         $this->checkInvalid();
Please login to merge, or discard this patch.
src/Utilities/UrlQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@
 block discarded – undo
233 233
      *
234 234
      * @throws \allejo\DaPulse\Exceptions\CurlException If cURL is misconfigured or encounters an error
235 235
      *
236
-     * @return mixed
236
+     * @return string
237 237
      */
238 238
     private function executeCurl ()
239 239
     {
Please login to merge, or discard this patch.
src/PulseNote.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
      *
176 176
      * @param  null|string        $title        The new title of the note
177 177
      * @param  null|string        $content      The new content of the note
178
-     * @param  null|int|PulseUser $userId       The new author of the note
178
+     * @param  string $userId       The new author of the note
179 179
      * @param  null|bool          $createUpdate Whether to create an update or not
180 180
      *
181 181
      * @since  0.1.0
Please login to merge, or discard this patch.
src/Pulse.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -418,7 +418,6 @@
 block discarded – undo
418 418
      * @param  string $columnId The ID of the column to access. This is typically a slugified version of the column name
419 419
      *
420 420
      * @since  0.1.0
421
-
422 421
      * @throws ColumnNotFoundException The specified column ID does not exist for this Pulse
423 422
      * @throws InvalidColumnException  The specified column is not a "text" type column
424 423
      * @throws InvalidObjectException  The specified column exists but modification of its value is unsupported either
Please login to merge, or discard this patch.