Passed
Push — master ( 755c0f...457519 )
by Kazi Mainuddin
48s
created
src/Vendors/AbstractVendor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
         foreach ($categories as $category) {
146 146
             $item = ['title' => (string) $category->attributes()->text, 'children' => []];
147 147
 
148
-            if (! empty($category->xpath('itunes:category'))) {
148
+            if (!empty($category->xpath('itunes:category'))) {
149 149
                 $inner = $this->fetchCategories($category);
150 150
 
151 151
                 $item['children'] = $inner;
Please login to merge, or discard this patch.
src/Provider/ScrapePodServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      */
12 12
     public function boot()
13 13
     {
14
-        $this->app->singleton('tzsk-scrape-pod', function () {
14
+        $this->app->singleton('tzsk-scrape-pod', function() {
15 15
             return new ScrapePodcast();
16 16
         });
17 17
     }
Please login to merge, or discard this patch.