Skip to content

Commit

Permalink
Fixed whitespace phpcs was complaining about in the CI. (#33)
Browse files Browse the repository at this point in the history
* Fixed whitespace `phpcs` was complaining about in the CI.

* Whitespace.

* Prepping changelog for `1.0.1` release prior to splitting the library to account for monolog v1 and monolog v2.
  • Loading branch information
zsistla authored Mar 15, 2021
1 parent e77f936 commit b4a1e8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
| Version | Date |
|---------------|------------|
| [1.0.0](#100) | 2019-12-04 |
| [1.0.1](#100) | 2021-03-12 |


## 1.0.1

* Documentation Changes.
* `circleci` updates.

## 1.0.0

Expand Down
1 change: 0 additions & 1 deletion src/api1/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public function setFormatter(FormatterInterface $formatter)
);
}


/**
* Returns a New Relic Formatter initialized with API compatible values
*
Expand Down
1 change: 0 additions & 1 deletion tests/unit/HandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ public function testMissingCurlExtension()
'Monolog\Handler\MissingExtensionException',
'The curl extension is required to use this Handler'
);

$GLOBALS['extension_loaded'] = false;
$handler = new Handler();
$GLOBALS['extension_loaded'] = true;
Expand Down

0 comments on commit b4a1e8d

Please sign in to comment.