Completed
Push — master ( 443874...902bdc )
by smiley
02:22
created
src/Output/HTML/Tables.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
 		$style  = [];
138 138
 
139 139
 		switch(true){
140
-			case $align && in_array($align, ['left', 'center', 'right', 'justify', 'start', 'end', 'inherit',]):
140
+			case $align && in_array($align, ['left', 'center', 'right', 'justify', 'start', 'end', 'inherit', ]):
141 141
 				$style['text-align'] = $align;
142 142
 				break;
143 143
 			case $valign && in_array($valign, ['baseline', 'bottom', 'middle', 'top']):
Please login to merge, or discard this patch.
src/ParserMiddlewareInterface.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 
13 13
 namespace chillerlan\BBCode;
14 14
 
15
-use chillerlan\Settings\SettingsContainerInterface;
16 15
 use Psr\Log\LoggerInterface;
17 16
 use Psr\SimpleCache\CacheInterface;
17
+use chillerlan\Settings\SettingsContainerInterface;
18 18
 
19 19
 interface ParserMiddlewareInterface{
20 20
 
Please login to merge, or discard this patch.