Completed
Push — master ( 65fdb2...7704a6 )
by Ed
02:47
created
src/LaravelRSSFeedServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,10 +36,10 @@
 block discarded – undo
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
                     );
Please login to merge, or discard this patch.
src/helpers/SimplePieSetUp.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
     /**
20 20
      * Load the config array.
21 21
      *
22
-     * @param array $config
23 22
      *
24 23
      * @return \SimplePie
25 24
      */
Please login to merge, or discard this patch.