Completed
Push — master ( 23d46a...ee003d )
by Pol
03:02
created
src/Handler/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\Handler;
6 6
 
@@ -173,8 +173,7 @@  discard block
 block discarded – undo
173 173
         $newPosition = $this->getPosition() + $offset;
174 174
 
175 175
         $newPosition = $contentSize < $newPosition ?
176
-            $contentSize :
177
-            $newPosition;
176
+            $contentSize : $newPosition;
178 177
 
179 178
         $this->setPosition($newPosition);
180 179
 
Please login to merge, or discard this patch.