Skip to content

Commit

Permalink
Fixing annotations for some methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosampaio committed Jul 17, 2018
1 parent cc4b174 commit 3d53e01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Dom implements \Magento\Framework\Config\ConverterInterface
*
* @param \DOMDocument $source
* @return array
* @throws \Exception
*/
public function convert($source)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public function __construct(\Magento\Framework\Config\Dom\UrnResolver $urnResolv

/**
* {@inheritdoc}
*
* @throws \Magento\Framework\Exception\NotFoundException
*/
public function getSchema()
{
Expand All @@ -35,6 +37,8 @@ public function getSchema()

/**
* {@inheritdoc}
*
* @throws \Magento\Framework\Exception\NotFoundException
*/
public function getPerFileSchema()
{
Expand Down
2 changes: 2 additions & 0 deletions lib/internal/Magento/Framework/Acl/Loader/ResourceLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function __construct(ProviderInterface $resourceProvider, AclResourceFact
*
* @param Acl $acl
* @return void
* @throws \Zend_Acl_Exception
*/
public function populateAcl(Acl $acl)
{
Expand All @@ -57,6 +58,7 @@ public function populateAcl(Acl $acl)
* @param AclResource $parent
* @return void
* @throws \InvalidArgumentException
* @throws \Zend_Acl_Exception
*/
protected function _addResourceTree(Acl $acl, array $resources, AclResource $parent = null)
{
Expand Down

0 comments on commit 3d53e01

Please sign in to comment.