Skip to content

Commit 0d74d3a

Browse files
committed
Style CI
1 parent fe2b798 commit 0d74d3a

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

Bundle/CoreBundle/Entity/View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ public function removeWidgetMap(WidgetMap $widgetMap)
688688
public function getWidgetsIds()
689689
{
690690
$widgetIds = [];
691-
foreach($this->getBuiltWidgetMap() as $slot => $_widgetMaps) {
691+
foreach ($this->getBuiltWidgetMap() as $slot => $_widgetMaps) {
692692
foreach ($_widgetMaps as $widgetMap) {
693693
$widgetIds[] = $widgetMap->getWidget()->getId();
694694
}

Bundle/CoreBundle/Handler/WidgetExceptionHandler.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ class WidgetExceptionHandler
2121
/**
2222
* Constructor.
2323
*
24-
* @param SecurityContext $authorizationChecker
25-
* @param TwigEngine $twig
26-
* @param bool $debug The debug variable environment
27-
* @param EngineInterface $templating
24+
* @param SecurityContext $authorizationChecker
25+
* @param TwigEngine $twig
26+
* @param bool $debug The debug variable environment
27+
* @param EngineInterface $templating
2828
*/
2929
public function __construct(AuthorizationChecker $authorizationChecker, $twig, $debug, EngineInterface $templating)
3030
{

Bundle/CoreBundle/Twig/Extension/GlobalsExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class GlobalsExtension extends \Twig_Extension implements Twig_Extension_Globals
1414
/**
1515
* contructor.
1616
*
17-
* @param unknown $session
17+
* @param unknown $session
1818
*/
1919
public function __construct($session)
2020
{

Bundle/PageBundle/Helper/PageHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
1313
use Symfony\Component\Security\Core\Authorization\AuthorizationChecker;
1414
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
15-
use Symfony\Component\Templating\EngineInterface;
1615
use Victoire\Bundle\BusinessEntityBundle\Helper\BusinessEntityHelper;
1716
use Victoire\Bundle\BusinessPageBundle\Builder\BusinessPageBuilder;
1817
use Victoire\Bundle\BusinessPageBundle\Entity\BusinessPage;

0 commit comments

Comments
 (0)