| @@ -1,17 +1,17 @@ discard block | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * Highlighter | |
| 4 | - * | |
| 5 | - * Copyright (C) 2016, Some right reserved. | |
| 6 | - * | |
| 7 | - * @author Kacper "Kadet" Donat <[email protected]> | |
| 8 | - * | |
| 9 | - * Contact with author: | |
| 10 | - * Xmpp: [email protected] | |
| 11 | - * E-mail: [email protected] | |
| 12 | - * | |
| 13 | - * From Kadet with love. | |
| 14 | - */ | |
| 3 | + * Highlighter | |
| 4 | + * | |
| 5 | + * Copyright (C) 2016, Some right reserved. | |
| 6 | + * | |
| 7 | + * @author Kacper "Kadet" Donat <[email protected]> | |
| 8 | + * | |
| 9 | + * Contact with author: | |
| 10 | + * Xmpp: [email protected] | |
| 11 | + * E-mail: [email protected] | |
| 12 | + * | |
| 13 | + * From Kadet with love. | |
| 14 | + */ | |
| 15 | 15 | |
| 16 | 16 | namespace Kadet\Highlighter\Parser\Token; | 
| 17 | 17 | |
| @@ -100,7 +100,7 @@ discard block | ||
| 100 | 100 | return $this->_end === null; | 
| 101 | 101 | } | 
| 102 | 102 | |
| 103 | - public function isValid(Context $context) | |
| 103 | + public function isValid(Context $context) | |
| 104 | 104 |      { | 
| 105 | 105 |          if ($this->_valid === null) { | 
| 106 | 106 | $this->validate($context); |