Completed
Push — master ( e52dbb...b532f4 )
by smiley
02:46
created
src/Parser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
 	 * @throws \chillerlan\bbcode\BBCodeException
137 137
 	 */
138 138
 	public function setOptions(ParserOptions $options){
139
-		$this->parserOptions       = $options;
139
+		$this->parserOptions = $options;
140 140
 
141 141
 		$this->loadInterfaces();
142 142
 		$this->loadModules();
Please login to merge, or discard this patch.