Skip to content

Commit

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

[ci skip] [skip ci]
  • Loading branch information
ben182 authored Nov 17, 2021
2 parents 628ed68 + 2890d9c commit 4a4b4da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/AbTesting.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function isExperiment(string $name)
{
$this->pageView();

if (!$experiment = $this->getExperiment()) {
if (! $experiment = $this->getExperiment()) {
return false;
}

Expand Down
1 change: 0 additions & 1 deletion tests/PageViewTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Ben182\AbTesting\Events\ExperimentNewVisitor;
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\Facades\Event;
use Jaybizzle\CrawlerDetect\CrawlerDetect;

class PageViewTest extends TestCase
{
Expand Down

0 comments on commit 4a4b4da

Please sign in to comment.