Skip to content

Commit

Permalink
👕 apply StyleCI patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Leny BERNARD committed Mar 13, 2016
1 parent 6cf1dfb commit efca47d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Bundle/CoreBundle/Builder/ViewCssBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ref: victoire_core.view_css_builder.
*
* @property templating
*/
*/
class ViewCssBuilder
{
protected $templating;
Expand Down
3 changes: 0 additions & 3 deletions Bundle/WidgetBundle/Cache/WidgetCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Predis\Client;
use Symfony\Component\Security\Core\Authorization\AuthorizationChecker;
use Symfony\Component\Security\Core\SecurityContext;
use Victoire\Bundle\WidgetBundle\Entity\Widget;
use Victoire\Bundle\WidgetBundle\Entity\WidgetSlotInterface;
use Victoire\Bundle\WidgetBundle\Helper\WidgetHelper;
Expand Down Expand Up @@ -108,6 +107,4 @@ private function generateHash($widget)
(string) $this->authorizationChecker->isGranted('ROLE_VICTOIRE')
);
}


}
1 change: 0 additions & 1 deletion Bundle/WidgetBundle/Command/CreateWidgetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ protected function interact(InputInterface $input, OutputInterface $output)
$entity = 'Widget'.$name;
$input->setOption('entity', $bundle.':'.$entity);


$cache = $input->getOption('cache');
$question = new ConfirmationQuestion($questionHelper->getQuestion('Do you want use cache for this widget ?', 'yes', '?'));
if (null !== $cache) {
Expand Down
1 change: 1 addition & 0 deletions Bundle/WidgetBundle/Helper/WidgetHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public function isEnabled(Widget $widget)

return false;
}

/**
* Check in the driver chain if the given widget is enabled.
*
Expand Down
1 change: 0 additions & 1 deletion Bundle/WidgetBundle/Renderer/WidgetRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,4 @@ public function getExtraCssClass(Widget $widget)

return $cssClass;
}

}

0 comments on commit efca47d

Please sign in to comment.