Completed
Push — master ( 5c5ac8...a3e3a8 )
by Ben
01:19
created
src/Nocarrier/Hal.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -343,7 +343,7 @@  discard block
 block discarded – undo
343 343
     /**
344 344
      * Get resource's URI.
345 345
      *
346
-     * @return mixed
346
+     * @return string
347 347
      */
348 348
     public function getUri()
349 349
     {
@@ -420,6 +420,9 @@  discard block
 block discarded – undo
420 420
         return $this->shouldStripAttributes;
421 421
     }
422 422
 
423
+    /**
424
+     * @param boolean $shouldStripAttributes
425
+     */
423 426
     public function setShouldStripAttributes($shouldStripAttributes)
424 427
     {
425 428
         $this->shouldStripAttributes = $shouldStripAttributes;
Please login to merge, or discard this patch.