Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Apr 8, 2024
1 parent d6f4add commit b990a80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application/src/Controller/LinkedResourcesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
use Laminas\Mvc\Controller\AbstractActionController;
use Laminas\View\Model\ViewModel;


class LinkedResourcesController extends AbstractActionController
{
public function __construct()
{}
{
}

public function indexAction()
{
Expand Down
3 changes: 2 additions & 1 deletion application/src/View/Helper/LinkedResources.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
class LinkedResources extends AbstractHelper
{
public function __construct()
{}
{
}

public function __invoke(AbstractResourceEntityRepresentation $resource, int $siteId = null)
{
Expand Down

0 comments on commit b990a80

Please sign in to comment.