Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vasildakov committed Jan 6, 2024
1 parent 58a9e3b commit 1a19c73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Econt API Client [WIP]

![example workflow](https://github.com/vasildakov/econt/actions/workflows/php.yml/badge.svg)
[![Latest Stable Version](http://poser.pugx.org/vasildakov/econt/v)](https://packagist.org/packages/vasildakov/econt)
![build](https://github.com/vasildakov/econt/actions/workflows/php.yml/badge.svg)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/vasildakov/econt/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/vasildakov/econt/?branch=main)
[![Code Coverage](https://scrutinizer-ci.com/g/vasildakov/econt/badges/coverage.png?b=main)](https://scrutinizer-ci.com/g/vasildakov/econt/?branch=main)
[![Build Status](https://scrutinizer-ci.com/g/vasildakov/econt/badges/build.png?b=main)](https://scrutinizer-ci.com/g/vasildakov/econt/build-status/main)
Expand Down Expand Up @@ -99,4 +100,6 @@ The available API services can be found [here](https://ee.econt.com/services/).

## License

Code released under [the MIT license](https://github.com/vasildakov/postcode/blob/master/LICENSE)
Code released under [the MIT license](https://github.com/vasildakov/postcode/blob/master/LICENSE)

http://ee.econt.com/services/
5 changes: 3 additions & 2 deletions test/Unit/Model/OfficeTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php

declare(strict_types=1);

namespace Model;
namespace VasilDakov\EcontTest\Unit\Model;

use PHPUnit\Framework\TestCase;
use VasilDakov\Econt\Model\Office;
Expand All @@ -25,4 +26,4 @@ public function itCanBeCreated(): void
new Office()
);
}
}
}

0 comments on commit 1a19c73

Please sign in to comment.