@@ -36,10 +36,10 @@ |
||
| 36 | 36 | |
| 37 | 37 | $this->app->bind( |
| 38 | 38 | Feed::class, |
| 39 | - function () { |
|
| 39 | + function() { |
|
| 40 | 40 | $config = config('feed'); |
| 41 | 41 | |
| 42 | - if (! $config) { |
|
| 42 | + if (!$config) { |
|
| 43 | 43 | throw new \RuntimeException( |
| 44 | 44 | 'Configuration not available. Run `php artisan vendor:publish --provider="ejdelmonico\LaravelRSSFeed\LaravelRSSFeedServiceProvider" --tag=config`' |
| 45 | 45 | ); |
@@ -19,7 +19,6 @@ |
||
| 19 | 19 | /** |
| 20 | 20 | * Load the config array. |
| 21 | 21 | * |
| 22 | - * @param array $config |
|
| 23 | 22 | * |
| 24 | 23 | * @return \SimplePie |
| 25 | 24 | */ |