Skip to content

Commit

Permalink
Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbalcytis committed Dec 13, 2017
1 parent 4598b8e commit cfbb23c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 19,8 @@ return PhpCsFixer\Config::create()
'no_singleline_whitespace_before_semicolons' => false,
'phpdoc_align' => false,
'phpdoc_separation' => false,
'yoda_style' => false,
'blank_line_before_statement' => null,

// additional rules
'array_syntax' => array('syntax' => 'short'),
Expand Down
2 changes: 1 addition & 1 deletion src/Command/InstallAssetsHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 172,4 @@ private function runProcess(Process $process, OutputInterface $output)
$output->writeln(sprintf($error, $process->getCommandLine(), $process->getExitCode()));
}
}
}
}

0 comments on commit cfbb23c

Please sign in to comment.