mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Ignore basic methods, improving code coverage.
This commit is contained in:
@@ -23,7 +23,8 @@ declare(strict_types=1);
|
||||
namespace FireflyIII\Services\Github\Object;
|
||||
|
||||
/**
|
||||
* Class SpectreObject
|
||||
* @codeCoverageIgnore
|
||||
* Class GithubObject
|
||||
*/
|
||||
class GithubObject
|
||||
{
|
||||
|
@@ -27,6 +27,7 @@ use Carbon\Carbon;
|
||||
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
* Class Release
|
||||
*/
|
||||
class Release extends GithubObject
|
||||
|
Reference in New Issue
Block a user