Completed
Pull Request — master (#49)
by
unknown
04:15
created
src/BBCodeParser.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -114,19 +114,19 @@
 block discarded – undo
114 114
             'content' => ''
115 115
         ],
116 116
         'sub' => [
117
-          'pattern' => '/\[sub\](.*?)\[\/sub\]/s',
118
-          'replace' => '<sub>$1</sub>',
119
-          'content' => '$1'
117
+            'pattern' => '/\[sub\](.*?)\[\/sub\]/s',
118
+            'replace' => '<sub>$1</sub>',
119
+            'content' => '$1'
120 120
         ],
121 121
         'sup' => [
122
-          'pattern' => '/\[sup\](.*?)\[\/sup\]/s',
123
-          'replace' => '<sup>$1</sup>',
124
-          'content' => '$1'
122
+            'pattern' => '/\[sup\](.*?)\[\/sup\]/s',
123
+            'replace' => '<sup>$1</sup>',
124
+            'content' => '$1'
125 125
         ],
126 126
         'small' => [
127
-          'pattern' => '/\[small\](.*?)\[\/small\]/s',
128
-          'replace' => '<small>$1</small>',
129
-          'content' => '$1'
127
+            'pattern' => '/\[small\](.*?)\[\/small\]/s',
128
+            'replace' => '<small>$1</small>',
129
+            'content' => '$1'
130 130
         ],
131 131
         'fontfamily' => [
132 132
             'pattern' => '/\[font\=(.*?)\](.*?)\[\/font\]/s',
Please login to merge, or discard this patch.