@@ -1,14 +1,14 @@ |
||
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 |
@@ -50,7 +50,7 @@ |
||
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 | } |