Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Aug 2, 2018
1 parent 6af592f commit 9d31455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Config/Autoload/AutoloadConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function enabledGlobally()
*/
public function create()
{
$autoloadConfig = AutoloadConfig::create(true,"/var/www");
$autoloadConfig = AutoloadConfig::create(true, "/var/www");

$this->assertTrue($autoloadConfig->isGlobalAutoloadEnabled());
$this->assertEquals("/var/www", $autoloadConfig->getRootDirectory());
Expand Down

0 comments on commit 9d31455

Please sign in to comment.