Passed
Push — master ( fc589b...866b4d )
by Mantas
50s
created
src/Code/Converters/TtmlConverter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
         $internal_format = [];
216 216
 
217 217
         foreach ($xml->Paragraph as $paragraph) {
218
-             $subtitle = [
218
+                $subtitle = [
219 219
                 'start' => (int)$paragraph->StartMilliseconds / 1000,
220 220
                 'end' => (int)$paragraph->EndMilliseconds / 1000,
221 221
                 'lines' => self::getLinesFromTextWithBr($paragraph->Text->asXML()),
Please login to merge, or discard this patch.