Skip to content

Commit

Permalink
Merge pull request #20 from ben182/analysis-XZLQ6Y
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
ben182 authored Aug 12, 2019
2 parents 7a8fea1 + 70b4b95 commit 1ba207c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbTesting.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected function start()
$configExperiments = config('ab-testing.experiments');
$configGoals = config('ab-testing.goals');

if (!count($configExperiments)) {
if (! count($configExperiments)) {
throw InvalidConfiguration::noExperiment();
}

Expand Down

0 comments on commit 1ba207c

Please sign in to comment.