Completed
Push — master ( e8f18f...e52dbb )
by smiley
03:05
created
src/Modules/Text/TextBaseModule.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 TextBaseModule
4
- *
5
- * @filesource   TextBaseModule.php
6
- * @created      17.10.2015
7
- * @package      chillerlan\bbcode\Modules\Text
8
- * @author       Smiley <[email protected]>
9
- * @copyright    2015 Smiley
10
- * @license      MIT
11
- */
3
+	 * Class TextBaseModule
4
+	 *
5
+	 * @filesource   TextBaseModule.php
6
+	 * @created      17.10.2015
7
+	 * @package      chillerlan\bbcode\Modules\Text
8
+	 * @author       Smiley <[email protected]>
9
+	 * @copyright    2015 Smiley
10
+	 * @license      MIT
11
+	 */
12 12
 
13 13
 namespace chillerlan\bbcode\Modules\Text;
14 14
 
Please login to merge, or discard this patch.
src/Modules/Markdown/Links.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 			return  '['.$this->content.']('.$url.')';
51 51
 		}
52 52
 
53
-		return $this->checkUrl($url) ? : '';
53
+		return $this->checkUrl($url) ?: '';
54 54
 	}
55 55
 
56 56
 }
Please login to merge, or discard this patch.