Skip to content

Commit

Permalink
Code styling fix (removed space).
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 1, 2016
1 parent 026ad3f commit 415ac94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function onDependenciesChangedEvent()
*/
private function loadInstalledPaths()
{
if ($this->isPHPCodeSnifferInstalled() === true ) {
if ($this->isPHPCodeSnifferInstalled() === true) {
$output = $this->processBuilder
->setArguments(['--config-show', 'installed_paths'])
->getProcess()
Expand Down

0 comments on commit 415ac94

Please sign in to comment.