Skip to content

Commit

Permalink
styleci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Motol committed Jul 8, 2020
1 parent dcffded commit 4ba6466
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/SriServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
namespace Elhebert\SubresourceIntegrity;

use Illuminate\Support\Facades\Blade;
use Illuminate\Support\HtmlString;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Str;

class SriServiceProvider extends ServiceProvider
{
Expand Down
2 changes: 1 addition & 1 deletion tests/GenerateSriMixTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protected function setUp(): void
'view.paths' => ['./tests/files'],
]);

$this->app->instance('path.public', __DIR__ . '/files');
$this->app->instance('path.public', __DIR__.'/files');
}

/** @test */
Expand Down

0 comments on commit 4ba6466

Please sign in to comment.