Passed
Push — master ( 596a36...36fff2 )
by Fabio
05:01
created
framework/Data/SqlMap/DataMapper/TSqlMapCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 	public function setCacheSize($value)
50 50
 	{
51 51
 		$this->_cacheSize = TPropertyValue::ensureInteger($value);
52
-		if($this->_cacheSize == 0) {
52
+		if ($this->_cacheSize == 0) {
53 53
 			$this->_cacheSize = 100;
54 54
 		}
55 55
 	}
Please login to merge, or discard this patch.
framework/Web/Services/TJsonRpcProtocol.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
 	{
156 156
 		$errnum = json_last_error();
157 157
 		if ($errnum != JSON_ERROR_NONE) {
158
-			throw new \Exception("JSON error: ". $errnum);
158
+			throw new \Exception("JSON error: " . $errnum);
159 159
 		}
160 160
 	}
161 161
 
Please login to merge, or discard this patch.