We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9e659 commit 5f42824Copy full SHA for 5f42824
src/GetId3.php
@@ -55,7 +55,7 @@ private function getId3()
55
*/
56
public function extractInfo()
57
{
58
- if (!isset($this->_info)) {
+ if (! isset($this->_info)) {
59
$this->_info = $this->analyze();
60
}
61
src/GetId3ServiceProvider.php
@@ -6,7 +6,6 @@
6
7
class GetId3ServiceProvider extends ServiceProvider
8
9
-
10
/**
11
* Register any package services.
12
*
@@ -21,5 +20,4 @@ public function register()
21
20
22
$this->app->alias('GetId3', 'Owenoj\LaravelGetId3\GetId3');
23
24
25
0 commit comments