Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
#32 Fixed code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Glushko committed Jul 2, 2018
1 parent 0e2a2a6 commit c776df6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

use Magento\Cms\Api\BlockRepositoryInterface as CmsBlockRepositoryInterface;
use Magento\Cms\Api\Data\BlockInterface as CmsBlockInterface;
use Magento\Framework\Exception\LocalizedException;
use Magento\Framework\Exception\NoSuchEntityException;
use Magento\Framework\GraphQl\Exception\GraphQlInputException;

Expand Down Expand Up @@ -37,6 +38,7 @@ public function __construct(
* @param string $cmsBlockIdentifier
* @return array|GraphQlInputException
* @throws NoSuchEntityException
* @throws LocalizedException
*/
public function getCmsBlockById(string $cmsBlockIdentifier)
{
Expand Down Expand Up @@ -65,5 +67,4 @@ private function processCmsBlock(CmsBlockInterface $cmsBlockModel) : array

return $cmsBlockData;
}

}
}

0 comments on commit c776df6

Please sign in to comment.