Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
noodle69 committed Jul 1, 2018
1 parent 86cbc62 commit 7f5e965
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/bundle/Controller/CronController.php
Expand Up @@ -149,6 +149,7 @@ public function updateAction(Request $request, string $alias): Response
/**
* @param Request $request
* @param string $alias
*
* @return Response
*/
public function resetAction(Request $request, string $alias): Response
Expand Down
2 changes: 1 addition & 1 deletion src/bundle/Entity/EdgarEzCron.php
Expand Up @@ -35,7 +35,7 @@ class EdgarEzCron
private $arguments;

/**
* @var integer
* @var int
*
* @ORM\Column(name="priority", type="integer", nullable=false)
*/
Expand Down
4 changes: 4 additions & 0 deletions src/lib/Tab/Dashboard/CronTab.php
Expand Up @@ -76,7 +76,9 @@ public function getOrder(): int

/**
* @param array $parameters
*
* @return string
*
* @throws \Twig_Error_Loader
* @throws \Twig_Error_Runtime
* @throws \Twig_Error_Syntax
Expand Down Expand Up @@ -139,7 +141,9 @@ public function renderView(array $parameters): string
/**
* @param string $module
* @param string $function
*
* @return bool
*
* @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException
*/
protected function permissionAccess(string $module, string $function): bool
Expand Down

0 comments on commit 7f5e965

Please sign in to comment.