Completed
Push — master ( 94ceed...ee25d4 )
by smiley
02:35
created
src/Modules/Html5/Images.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Class Image
4
- *
5
- * @filesource   Images.php
6
- * @created      12.10.2015
7
- * @package      chillerlan\bbcode\Modules\Html5
8
- * @author       Smiley <[email protected]>
9
- * @copyright    2015 Smiley
10
- * @license      MIT
11
- */
3
+	 * Class Image
4
+	 *
5
+	 * @filesource   Images.php
6
+	 * @created      12.10.2015
7
+	 * @package      chillerlan\bbcode\Modules\Html5
8
+	 * @author       Smiley <[email protected]>
9
+	 * @copyright    2015 Smiley
10
+	 * @license      MIT
11
+	 */
12 12
 
13 13
 namespace chillerlan\bbcode\Modules\Html5;
14 14
 
Please login to merge, or discard this patch.
src/Modules/Html5/Tables.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,8 +73,8 @@
 block discarded – undo
73 73
 	protected function table():string{
74 74
 
75 75
 		return '<table'.$this->getCssClass(['bb-table'])
76
-		       .$this->getStyle(['width' => $this->getAttribute('width')])
77
-		       .'>'.$this->eol($this->content).'</table>';
76
+			   .$this->getStyle(['width' => $this->getAttribute('width')])
77
+			   .'>'.$this->eol($this->content).'</table>';
78 78
 	}
79 79
 
80 80
 	/**
Please login to merge, or discard this patch.
src/Modules/Mediawiki/MediawikiBaseModule.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Class MediawikiBaseModule
4
- *
5
- * @filesource   MediawikiBaseModule.php
6
- * @created      04.11.2015
7
- * @package      chillerlan\bbcode\Modules\Mediawiki
8
- * @author       Smiley <[email protected]>
9
- * @copyright    2015 Smiley
10
- * @license      MIT
11
- */
3
+	 * Class MediawikiBaseModule
4
+	 *
5
+	 * @filesource   MediawikiBaseModule.php
6
+	 * @created      04.11.2015
7
+	 * @package      chillerlan\bbcode\Modules\Mediawiki
8
+	 * @author       Smiley <[email protected]>
9
+	 * @copyright    2015 Smiley
10
+	 * @license      MIT
11
+	 */
12 12
 
13 13
 namespace chillerlan\bbcode\Modules\Mediawiki;
14 14
 
Please login to merge, or discard this patch.