Completed
Push — master ( f68f3b...859d26 )
by Josh
02:07
created
src/Output/BaseImplementation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 	{
29 29
 		if ($value < $this->minValue || $value > $this->maxValue)
30 30
 		{
31
-			throw new InvalidArgumentException('Value ' . $value  .' is out of bounds (' . $this->minValue . '..' . $this->maxValue . ')');
31
+			throw new InvalidArgumentException('Value ' . $value . ' is out of bounds (' . $this->minValue . '..' . $this->maxValue . ')');
32 32
 		}
33 33
 
34 34
 		return $this->outputValidValue($value);
Please login to merge, or discard this patch.