Passed
Push — v2 ( cb23fe...963ffc )
by Benjamin
03:29
created
src/gateways/Vimeo.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
 
104 104
         $albumsSection = $this->getAlbumsSection();
105 105
 
106
-        if($albumsSection) {
106
+        if ($albumsSection) {
107 107
             $sections[] = $albumsSection;
108 108
         }
109 109
 
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
 
113 113
         $channelsSection = $this->getChannelsSection();
114 114
 
115
-        if($channelsSection) {
115
+        if ($channelsSection) {
116 116
             $sections[] = $channelsSection;
117 117
         }
118 118
 
Please login to merge, or discard this patch.