Completed
Push — master ( 740659...28d7a6 )
by Vladimir
02:27
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/Objects/ApiObject.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,9 @@
 block discarded – undo
162 162
     /**
163 163
      * Overload this function if any class variables need to be initialized to a default value
164 164
      */
165
-    protected function initializeValues() {}
165
+    protected function initializeValues()
166
+    {
167
+}
166 168
 
167 169
     /**
168 170
      * Inject data into the array that will be mapped into individual instance variables. This function must be called
Please login to merge, or discard this patch.
src/PulseUpdate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -329,7 +329,7 @@
 block discarded – undo
329 329
      * @api
330 330
      *
331 331
      * @param  int|PulseUser $user          The author of this post
332
-     * @param  int|Pulse     $pulse         The Pulse to whom this update will belong to
332
+     * @param  integer     $pulse         The Pulse to whom this update will belong to
333 333
      * @param  string        $text          The content of the update
334 334
      * @param  null|bool     $announceToAll Whether or not to announce this update to everyone's wall
335 335
      *
Please login to merge, or discard this patch.