Skip to content

Commit

Permalink
Merge pull request #1 from verbanent/analysis-or2n7K
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
radek-ziemniewicz authored Aug 7, 2020
2 parents d5dd41a + 3ffa655 commit a538214
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=verbanent_eloquent-binary-uuid&metric=alert_status)](https://sonarcloud.io/dashboard?id=verbanent_eloquent-binary-uuid)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=verbanent_eloquent-binary-uuid&metric=coverage)](https://sonarcloud.io/dashboard?id=verbanent_eloquent-binary-uuid)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=verbanent_eloquent-binary-uuid&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=verbanent_eloquent-binary-uuid)
[![StyleCI](https://github.styleci.io/repos/175095051/shield?branch=master)](https://github.styleci.io/repos/175095051)
[![StyleCI](https://github.styleci.io/repos/285826449/shield?branch=master)](https://github.styleci.io/repos/285826449)
[![Downloads](https://img.shields.io/packagist/dt/verbanent/eloquent-binary-uuid.svg)](https://packagist.org/packages/verbanent/eloquent-binary-uuid)
[![CodeFactor](https://www.codefactor.io/repository/github/verbanent/eloquent-binary-uuid/badge)](https://www.codefactor.io/repository/github/verbanent/eloquent-binary-uuid)

Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/AccessedUnsetUuidPropertyException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

class AccessedUnsetUuidPropertyException extends \RuntimeException
{
}
}
1 change: 0 additions & 1 deletion tests/Providers/BinaryUuidServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Illuminate\Contracts\Foundation\Application;
use Illuminate\Database\MySqlConnection;
use Illuminate\Support\Facades\DB;
use Mockery;
use PHPUnit\Framework\TestCase;
use Verbanent\Uuid\Providers\BinaryUuidServiceProvider;
Expand Down

0 comments on commit a538214

Please sign in to comment.