diff --git a/src/Snipe.php b/src/Snipe.php index fb8951a..8e65e4b 100644 --- a/src/Snipe.php +++ b/src/Snipe.php @@ -185,7 +185,7 @@ protected function getDbHost() */ protected function getDbPort() { - return config("snipe.db-port"); + return config('snipe.db-port'); } /** @@ -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)