Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 4630c41

Browse files
committed
Added missing PHPDocs
- per @froschdesign
1 parent edf8686 commit 4630c41

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Helper/Asset.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,20 @@ public function __invoke($asset)
3535
return $this->resourceMap[$asset];
3636
}
3737

38+
/**
39+
* @param array $resourceMap
40+
* @return $this
41+
*/
3842
public function setResourceMap($resourceMap)
3943
{
4044
$this->resourceMap = $resourceMap;
4145

4246
return $this;
4347
}
4448

49+
/**
50+
* @return array
51+
*/
4552
public function getResourceMap()
4653
{
4754
return $this->resourceMap;

0 commit comments

Comments
 (0)