@@ -343,7 +343,7 @@ discard block |
||
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 |
||
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; |