Passed
Push — master ( 74d8e9...36c944 )
by Benjamin
13:38 queued 09:09
created
src/gateways/Vimeo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -504,7 +504,7 @@
 block discarded – undo
504 504
     {
505 505
         $privacyOptions = ['nobody', 'contacts', 'password', 'users', 'disable'];
506 506
 
507
-        if(in_array($data['privacy']['view'], $privacyOptions, true)) {
507
+        if (in_array($data['privacy']['view'], $privacyOptions, true)) {
508 508
             $video->private = true;
509 509
         }
510 510
 
Please login to merge, or discard this patch.