Browse Source

Fix CS error.

mark_story 12 years ago
parent
commit
334e903f46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Input/MultiCheckbox.php

+ 1 - 1
src/View/Input/MultiCheckbox.php

@@ -86,7 +86,7 @@ class MultiCheckbox {
 			'disabled' => null,
 			'val' => null,
 		];
-		$out= [];
+		$out = [];
 		foreach ($data['options'] as $key => $val) {
 			$checkbox = [
 				'value' => $key,