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

Commit e0ea1ab

Browse files
committed
Added missing throws tags in PHPDocs
1 parent 3e08baf commit e0ea1ab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Helper/Asset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class Asset extends AbstractHelper
2424
/**
2525
* @param string $asset
2626
* @return string
27+
* @throws Exception\InvalidArgumentException
2728
*/
2829
public function __invoke($asset)
2930
{

src/Helper/Service/AssetFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class AssetFactory implements FactoryInterface
2424
* @param string $name
2525
* @param null|array $options
2626
* @return Asset
27+
* @throws Exception\RuntimeException
2728
*/
2829
public function __invoke(ContainerInterface $container, $name, array $options = null)
2930
{

0 commit comments

Comments
 (0)