Completed
Push — master ( 4adaae...93ee3d )
by Michal
07:52
created
src/Webrouse/AssetMacro/DI/Extension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 	 */
68 68
 	private function validateChoices($key, array $choices)
69 69
 	{
70
-		if ( ! in_array($this->config[$key], $choices)) {
70
+		if (!in_array($this->config[$key], $choices)) {
71 71
 			throw new UnexpectedValueException(sprintf(
72 72
 				"Unexpected value '%s' of '%s' configuration key. Allowed values: %s.",
73 73
 				$this->config[$key],
Please login to merge, or discard this patch.