Skip to content

Commit 5f42824

Browse files
committed
Fixing style issues.
1 parent 4e9e659 commit 5f42824

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/GetId3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private function getId3()
5555
*/
5656
public function extractInfo()
5757
{
58-
if (!isset($this->_info)) {
58+
if (! isset($this->_info)) {
5959
$this->_info = $this->analyze();
6060
}
6161

src/GetId3ServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
class GetId3ServiceProvider extends ServiceProvider
88
{
9-
109
/**
1110
* Register any package services.
1211
*
@@ -21,5 +20,4 @@ public function register()
2120

2221
$this->app->alias('GetId3', 'Owenoj\LaravelGetId3\GetId3');
2322
}
24-
2523
}

0 commit comments

Comments
 (0)