Completed
Pull Request — master (#237)
by igor
30:51
created
lib/Doctrine/Common/Filter/Persist/CountString15.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -141,8 +141,8 @@
 block discarded – undo
141 141
      */
142 142
     private function offsetToByte(int $offset): int
143 143
     {
144
-         $this->assertOffset($offset);
145
-         $byte = $offset / 2;
144
+            $this->assertOffset($offset);
145
+            $byte = $offset / 2;
146 146
 
147 147
         if ($this->size <= $byte) {
148 148
             $this->bytes .= str_repeat(chr(0), $byte - $this->size + self::DEFAULT_BYTE_SIZE);
Please login to merge, or discard this patch.