Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 07e051c

Browse files
author
guillermo.fisher
committed
Fixed PSR2 violation
1 parent 9bda179 commit 07e051c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

bin/hrphp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ if (!defined('APPLICATION_ENV')) {
1515
define('APPLICATION_ENV', 'production');
1616
}
1717
define('APPLICATION_PATH', dirname(__DIR__));
18+
define('HRPHP_URL', 'http://hrphp.org');
1819

1920
// load dependencies!
2021
require APPLICATION_PATH . '/vendor/autoload.php';

src/config/application.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
use Hrphp\Cli\Command\PingCommand;
1111
use GuzzleHttp\Client as GuzzleClient;
1212

13-
// portal URL
14-
define('HRPHP_URL', 'http://hrphp.org');
15-
16-
// configure the application
1713
try {
1814
$client = new GuzzleClient();
1915
$application = new Application('HRPHP CLI', '@package_version@');

0 commit comments

Comments
 (0)