Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
fix(psr2): review code to PSR2 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Oct 12, 2018
1 parent 5491480 commit 250f974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/WHMCSAddonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ public function testRequiredConfigOptionsParametersAreDefined()
$this->assertArrayHasKey('version', $result);
$this->assertArrayHasKey('fields', $result);
}
}
}
2 changes: 1 addition & 1 deletion tests/_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
}

// Include the WHMCS module.
require_once __DIR__ . '/../ispapidpi.php';
require_once __DIR__ . '/../ispapidpi.php';

0 comments on commit 250f974

Please sign in to comment.