Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from adrianmejias/analysis-866okl
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
adrianmejias committed Sep 20, 2017
2 parents 261c04e + 89a823b commit ce6cf66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions config/factom-api.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

return [
/**

/*
* Base credentials for Factom server.
*/
'url' => env('FACTOM_URL', 'http://localhost:8088/v2'),
Expand All @@ -16,7 +16,7 @@

'password' => env('FACTOM_PASSWORD'),

/**
/*
* Factom wallet server credentials.
*/
'wallet' => [
Expand All @@ -32,7 +32,7 @@
'password' => env('FACTOM_WALLET_PASSWORD'),
],

/**
/*
* Factom debug server credentials.
*/
'debug' => [
Expand Down
4 changes: 1 addition & 3 deletions tests/FactomApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

namespace AdrianMejias\FactomApi\Test;

use Mockery;
use PHPUnit\Framework\TestCase;
use AdrianMejias\FactomApi\FactomApi;

class FactomApiTest extends TestCase
{
/** @test */
/* @test */
// public function it_can_get_heights()
// {
// $this->factomApi->heights();
Expand Down

0 comments on commit ce6cf66

Please sign in to comment.