Completed
Pull Request — master (#3)
by
unknown
20:32
created
Twig/Extension/UploaderExtension.php 2 patches
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Created by PhpStorm.
4
- * User: Rafidion Michael
5
- * Date: 30/11/2014
6
- * Time: 17:41
7
- */
3
+     * Created by PhpStorm.
4
+     * User: Rafidion Michael
5
+     * Date: 30/11/2014
6
+     * Time: 17:41
7
+     */
8 8
 
9 9
 namespace Mykees\MediaBundle\Twig\Extension;
10 10
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 
59 59
             return '<iframe src="'.$url.'" style="width:100%;border: none;min-height:100%;" class="iframe-uploader">
60 60
                 </iframe>';
61
-        } else {
61
+        }else {
62 62
             return '<h3 style="font-weight: bold;text-align: center;color:#777">
63 63
                 The <span style="color:#DD6F6F;border-bottom:2px dashed #777;">ID</span> 
64 64
                 from your entity <span style="color:#DD6F6F;border-bottom:2px dashed #777;">'.$model.
Please login to merge, or discard this patch.