Skip to content

Commit

Permalink
Apply PSR2 no_whitespace_in_blank_line php cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
shakaran committed Sep 17, 2017
1 parent a789f3a commit cdf904b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Command/InitializeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class InitializeCommand extends ContainerAwareCommand
* @var Filesystem
*/
private $filesystem;

protected function configure()
{
$this->setName('avanzu:admin:initialize')
Expand Down
2 changes: 1 addition & 1 deletion Event/MessageListEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MessageListEvent extends ThemeEvent
* @var int
*/
protected $totalMessages = 0;

protected $max = null;

/**
Expand Down
4 changes: 2 additions & 2 deletions Event/ThemeEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ThemeEvents
* Used to receive task data
*/
const THEME_TASKS = 'theme.tasks';

const THEME_NAVBAR_USER = 'theme.navbar_user';
/**
* used to receive breadcrumb data
Expand All @@ -48,6 +48,6 @@ class ThemeEvents
* used for the knp menu mechanics
*/
const THEME_SIDEBAR_SETUP_KNP_MENU = 'theme.sidebar_setup_knp_menu';

const THEME_SIDEBAR_ACTIVATE_MENU = 'theme.sidebar_activate_menu';
}
6 changes: 3 additions & 3 deletions Model/TaskModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
class TaskModel implements TaskInterface
{
const COLOR_AQUA = 'aqua';

const COLOR_GREEN = 'green';

const COLOR_RED = 'red';

const COLOR_YELLOW = 'yellow';

/**
Expand Down
2 changes: 1 addition & 1 deletion Theme/ThemeManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function registerStyle($id, $src, $deps = []) {
public function getScripts($location = 'bottom') {
$unsorted = [];
$srcList = [];

foreach($this->javascripts as $id => $scriptDefinition) {
if($scriptDefinition['location'] == $location) {
$unsorted[$id] = $scriptDefinition;
Expand Down

0 comments on commit cdf904b

Please sign in to comment.