Completed
Push — master ( 007be0...4b2a2e )
by Ricardo
10s
created
src/Adapter/Vimeo/VimeoServiceAdapter.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
      */
168 168
     public function getSmallThumbnail($secure = false)
169 169
     {
170
-        return $this->getThumbnail(self::THUMBNAIL_SMALL,$secure);
170
+        return $this->getThumbnail(self::THUMBNAIL_SMALL, $secure);
171 171
     }
172 172
 
173 173
     /**
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
      */
180 180
     public function getMediumThumbnail($secure = false)
181 181
     {
182
-        return $this->getThumbnail(self::THUMBNAIL_MEDIUM,$secure);
182
+        return $this->getThumbnail(self::THUMBNAIL_MEDIUM, $secure);
183 183
     }
184 184
 
185 185
     /**
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
      */
193 193
     public function getLargeThumbnail($secure = false)
194 194
     {
195
-        return $this->getThumbnail(self::THUMBNAIL_LARGE,$secure);
195
+        return $this->getThumbnail(self::THUMBNAIL_LARGE, $secure);
196 196
     }
197 197
 
198 198
     /**
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
      */
206 206
     public function getLargestThumbnail($secure = false)
207 207
     {
208
-        return $this->getThumbnail(self::THUMBNAIL_LARGE,$secure);
208
+        return $this->getThumbnail(self::THUMBNAIL_LARGE, $secure);
209 209
     }
210 210
 
211 211
     /**
Please login to merge, or discard this patch.