Test Setup Failed
Push — release/2.5.x ( 03b23e...561eb6 )
by
unknown
30:35
created
src/Zicht/Bundle/PageBundle/Security/Voter/ScheduledContentVoter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         $from = $object->isScheduledFrom();
33 33
         $till = $object->isScheduledTill();
34 34
 
35
-        if (!$object->isPublic() || false === self::notEmpty($from, $till))  {
35
+        if (!$object->isPublic() || false === self::notEmpty($from, $till)) {
36 36
             return $vote;
37 37
         }
38 38
 
Please login to merge, or discard this patch.