Completed
Push — master ( 800122...3771a8 )
by Pol
13:40 queued 39s
created
src/Node/File.php 1 patch
Spacing   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace drupol\phpvfs\Node;
6 6
 
@@ -152,8 +152,7 @@  discard block
 block discarded – undo
152 152
         $newPosition = $this->getPosition() + $offset;
153 153
 
154 154
         $newPosition = $contentSize < $newPosition ?
155
-            $contentSize :
156
-            $newPosition;
155
+            $contentSize : $newPosition;
157 156
 
158 157
         $this->setPosition($newPosition);
159 158
 
Please login to merge, or discard this patch.