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

Commit 363bbf9

Browse files
committed
Added typehint for parameter
1 parent 4630c41 commit 363bbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper/Asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __invoke($asset)
3939
* @param array $resourceMap
4040
* @return $this
4141
*/
42-
public function setResourceMap($resourceMap)
42+
public function setResourceMap(array $resourceMap)
4343
{
4444
$this->resourceMap = $resourceMap;
4545

0 commit comments

Comments
 (0)