Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdicarlo committed Sep 17, 2021
1 parent ba607e3 commit 174747b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Snipe.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ protected function getDbHost()
*/
protected function getDbPort()
{
return config("snipe.db-port");
return config('snipe.db-port');
}

/**
Expand Down Expand Up @@ -227,7 +227,7 @@ protected function getDbName()
/**
* Returns the path to the given binary executable.
*
* @param string $binary
* @param string $binary
* @return string
*/
protected function getBinaryPath($binary)
Expand Down

0 comments on commit 174747b

Please sign in to comment.