Completed
Push — master ( bc7dc3...257df0 )
by Pavel
03:45
created
src/Filter/Filter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -319,7 +319,7 @@
 block discarded – undo
319 319
 			$input->setAttribute($key, $value);
320 320
 		}
321 321
 
322
-		if($this->isValueSet()) {
322
+		if ($this->isValueSet()) {
323 323
 			$input->setDefaultValue($this->getValue());
324 324
 		}
325 325
 
Please login to merge, or discard this patch.